Index: trunk/psLib/test/sysUtils/tst_psHash04.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psHash04.c	(revision 561)
+++ trunk/psLib/test/sysUtils/tst_psHash04.c	(revision 584)
@@ -29,10 +29,9 @@
 }
 
-main()
+int main()
 {
     psHash *myHashTable = NULL;
     int testStatus      = true;
     int i               = 0;
-    ID *id              = NULL;
     char *myKeys[] = {"ENTRY00", "ENTRY01", "ENTRY02", "ENTRY03", NULL};
     char *myData[] = {"IDA", "IDB", "IDC", "IDD", NULL};
@@ -60,4 +59,4 @@
                 testStatus);
 
-    exit(!testStatus);
+    return(!testStatus);
 }
