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

    r560 r584  
    99#include "psTest.h"
    1010
    11 main()
     11int main()
    1212{
    1313    int i = 0;
    14     int lev = 0;
    1514    int testStatus = true;
    1615
     
    6665                "psSetLogFormat()",
    6766                testStatus);
    68     exit(!testStatus);
     67    return(!testStatus);
    6968}
Note: See TracChangeset for help on using the changeset viewer.