Index: trunk/psLib/test/image/tst_psImageStats01.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats01.c	(revision 1944)
+++ trunk/psLib/test/image/tst_psImageStats01.c	(revision 2204)
@@ -15,5 +15,5 @@
 #define M 64
 
-int main()
+psS32 main()
 {
     psStats * myStats = NULL;
@@ -21,12 +21,12 @@
     psImage *tmpImage = NULL;
     psImage *tmpMask = NULL;
-    int testStatus = true;
-    int memLeaks = 0;
-    int nb = 0;
-    int i = 0;
-    int j = 0;
-    int IMAGE_X_SIZE = 0;
-    int IMAGE_Y_SIZE = 0;
-    int currentId = 0;
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
+    psS32 nb = 0;
+    psS32 i = 0;
+    psS32 j = 0;
+    psS32 IMAGE_X_SIZE = 0;
+    psS32 IMAGE_Y_SIZE = 0;
+    psS32 currentId = 0;
 
     currentId = psMemGetId();
