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

    r560 r584  
    1010#include "psTest.h"
    1111
    12 main()
     12int main()
    1313{
    1414    int i = 0;
    15     int lev = 0;
    1615    int testStatus = true;
    1716
     
    4241                "psSetLogDestination()",
    4342                testStatus);
    44     exit(!testStatus);
     43    return(!testStatus);
    4544}
Note: See TracChangeset for help on using the changeset viewer.