Index: trunk/psLib/test/dataManip/tst_psMinimize00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize00.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psMinimize00.c	(revision 2204)
@@ -36,5 +36,5 @@
 float myFuncDeriv(const psVector *restrict myData,
                   const psVector *restrict myParams,
-                  int whichParamDeriv)
+                  psS32 whichParamDeriv)
 {
     float x = myData->data.F32[0];
@@ -65,5 +65,5 @@
 
 
-int main()
+psS32 main()
 {
     psImage *domain = NULL;
@@ -74,9 +74,9 @@
     psVector *tmpVecPtr = NULL;
     float chiSq = 0.0;
-    int i = 0;
-    int j = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 j = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
     psVector *theParams = NULL;
 
