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_psTrace00.c

    r560 r584  
    66#include "psTest.h"
    77
    8 main()
     8int main()
    99{
    1010    int i = 0;
     
    5959                "Testing psSetTraceLevel and psGetTraceLevel",
    6060                testStatus);
    61     exit(!testStatus);
     61    return(!testStatus);
    6262}
Note: See TracChangeset for help on using the changeset viewer.