Index: trunk/psLib/test/sysUtils/tst_psTrace00.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace00.c	(revision 560)
+++ trunk/psLib/test/sysUtils/tst_psTrace00.c	(revision 584)
@@ -6,5 +6,5 @@
 #include "psTest.h"
 
-main()
+int main()
 {
     int i = 0;
@@ -59,4 +59,4 @@
                 "Testing psSetTraceLevel and psGetTraceLevel",
                 testStatus);
-    exit(!testStatus);
+    return(!testStatus);
 }
