Index: trunk/psLib/test/dataManip/tst_psHist02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psHist02.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psHist02.c	(revision 2204)
@@ -14,5 +14,5 @@
 #define NUM_DATA 10000
 
-int main()
+psS32 main()
 {
     psHistogram * myHist = NULL;
@@ -20,10 +20,10 @@
     psVector *myData = NULL;
     psVector *myMask = NULL;
-    int testStatus = true;
-    int memLeaks = 0;
-    int nb = 0;
-    int numBins = 0;
-    int i = 0;
-    int currentId = 0;
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
+    psS32 nb = 0;
+    psS32 numBins = 0;
+    psS32 i = 0;
+    psS32 currentId = 0;
 
     currentId = psMemGetId();
