Changeset 584 for trunk/psLib/test/sysUtils/tst_psLogMsg01.c
- Timestamp:
- May 5, 2004, 2:20:50 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg01.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 … … 34 33 "psSetLogLevel()", 35 34 testStatus); 36 exit(!testStatus);35 return(!testStatus); 37 36 }
Note:
See TracChangeset
for help on using the changeset viewer.
