Changeset 27108 for trunk/ppStack/src/ppStackFinish.c
- Timestamp:
- Feb 26, 2010, 3:17:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackFinish.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackFinish.c
r27107 r27108 94 94 95 95 96 psExit ppStackExitCode( void)96 psExit ppStackExitCode(psExit exitValue) 97 97 { 98 psExit exitValue = PS_EXIT_SUCCESS; // Exit code to return 98 if (exitValue != PS_EXIT_SUCCESS) { 99 return exitValue; 100 } 101 99 102 psErrorCode errorCode = psErrorCodeLast(); // Error code 100 103 if (errorCode != PS_ERR_NONE) {
Note:
See TracChangeset
for help on using the changeset viewer.
