Index: trunk/psLib/test/sysUtils/tst_psTrace04.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psTrace04.c	(revision 560)
+++ trunk/psLib/test/sysUtils/tst_psTrace04.c	(revision 584)
@@ -7,5 +7,5 @@
 #include "psTest.h"
 
-main()
+int main()
 {
     printPositiveTestHeader(stdout,
@@ -45,5 +45,5 @@
                     "psTraceReset() did not reset all levels of the tree.",
                     false);
-        exit(1);
+        return(1);
     } else {
         printFooter(stdout,
@@ -51,5 +51,5 @@
                     "psTraceReset()",
                     true);
-        exit(0);
+        return(0);
     }
 }
