Index: trunk/psLib/test/collections/tst_psHash01.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash01.c	(revision 1811)
+++ trunk/psLib/test/collections/tst_psHash01.c	(revision 2204)
@@ -7,5 +7,5 @@
 #include "psHash.h"
 #define NUM_HASH_TABLE_BUCKETS 100
-int imGlobal = 0;
+psS32 imGlobal = 0;
 
 typedef struct
@@ -32,11 +32,11 @@
 }
 
-int main()
+psS32 main()
 {
     psHash *myHashTable = NULL;
-    int testStatus      = true;
-    int currentId = psMemGetId();
+    psS32 testStatus      = true;
+    psS32 currentId = psMemGetId();
     ID* id = NULL;
-    int memLeaks        = 0;
+    psS32 memLeaks        = 0;
 
     printPositiveTestHeader(stdout,
