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

    r560 r584  
    77#include "psTest.h"
    88
    9 main()
     9int main()
    1010{
    11     int i = 0;
    12     int lev = 0;
    13     int errorFlag = 0;
    14 
    1511    printPositiveTestHeader(stdout,
    1612                            "psTrace functions",
     
    4440                true);
    4541
    46     exit(0);
     42    return(0);
    4743}
Note: See TracChangeset for help on using the changeset viewer.