Changeset 23487 for trunk/psphot/src/psphotCleanup.c
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotCleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotCleanup.c
r21341 r23487 18 18 } 19 19 20 psExit psphotGetExitStatus ( ) {20 psExit psphotGetExitStatus (void) { 21 21 22 22 psErrorCode err = psErrorCodeLast (); 23 23 switch (err) { 24 24 case PS_ERR_NONE: 25 return PS_EXIT_SUCCESS;25 return PS_EXIT_SUCCESS; 26 26 case PSPHOT_ERR_SYS: 27 27 return PS_EXIT_SYS_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.
