Index: trunk/psLib/test/image/tst_psImageStats03.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats03.c	(revision 1909)
+++ trunk/psLib/test/image/tst_psImageStats03.c	(revision 2204)
@@ -13,15 +13,15 @@
 #define IMAGE_SIZE 10
 
-int main()
+psS32 main()
 {
     psImage *tmpImage   = NULL;
-    int testStatus      = true;
-    int memLeaks        = 0;
-    int i               = 0;
-    int j               = 0;
+    psS32 testStatus      = true;
+    psS32 memLeaks        = 0;
+    psS32 i               = 0;
+    psS32 j               = 0;
     float pixel         = 0.0;
     float x             = 0.0;
     float y             = 0.0;
-    int currentId       = psMemGetId();
+    psS32 currentId       = psMemGetId();
 
     /*************************************************************************/
