Changeset 584 for trunk/psLib/test/sysUtils/tst_psLogMsg02.c
- Timestamp:
- May 5, 2004, 2:20:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c
r560 r584 9 9 #include "psTest.h" 10 10 11 main()11 int main() 12 12 { 13 13 int i = 0; 14 int lev = 0;15 14 int testStatus = true; 16 15 … … 66 65 "psSetLogFormat()", 67 66 testStatus); 68 exit(!testStatus);67 return(!testStatus); 69 68 }
Note:
See TracChangeset
for help on using the changeset viewer.
