IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2004, 2:20:50 PM (22 years ago)
Author:
harman
Message:

Update makefile and *.c files with warnings that caused build to fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psTrace04.c

    r560 r584  
    77#include "psTest.h"
    88
    9 main()
     9int main()
    1010{
    1111    printPositiveTestHeader(stdout,
     
    4545                    "psTraceReset() did not reset all levels of the tree.",
    4646                    false);
    47         exit(1);
     47        return(1);
    4848    } else {
    4949        printFooter(stdout,
     
    5151                    "psTraceReset()",
    5252                    true);
    53         exit(0);
     53        return(0);
    5454    }
    5555}
Note: See TracChangeset for help on using the changeset viewer.