- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/pxerrors.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/ippTools/src
- Property svn:ignore
-
old new 32 32 flatcorr 33 33 pstamptool 34 disttool
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ippTools/src/pxerrors.c
r17611 r23594 24 24 #include "pxtools.h" 25 25 26 psExit pxerrorGetExitStatus () {26 psExit pxerrorGetExitStatus(void) { 27 27 28 28 psErrorCode err = psErrorCodeLast (); … … 38 38 default: 39 39 return PS_EXIT_UNKNOWN_ERROR; 40 } 40 } 41 41 return PS_EXIT_UNKNOWN_ERROR; 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
