Index: trunk/psLib/test/collections/tst_psHash00.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash00.c	(revision 1421)
+++ trunk/psLib/test/collections/tst_psHash00.c	(revision 2204)
@@ -8,11 +8,11 @@
 #include "psHash.h"
 #define NUM_HASH_TABLE_BUCKETS 10
-int main()
+psS32 main()
 {
     psHash *myHashTable = NULL;
-    int testStatus      = true;
-    int i               = 0;
-    int currentId = psMemGetId();
-    int memLeaks        = 0;
+    psS32 testStatus      = true;
+    psS32 i               = 0;
+    psS32 currentId = psMemGetId();
+    psS32 memLeaks        = 0;
     printPositiveTestHeader(stdout,
                             "psHash functions",
