Changeset 27686 for trunk/ippToPsps/src/ippToPspsBatchInit.c
- Timestamp:
- Apr 14, 2010, 4:17:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchInit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchInit.c
r27345 r27686 14 14 15 15 */ 16 boolippToPsps_batchInit(IppToPsps *this) {16 int ippToPsps_batchInit(IppToPsps *this) { 17 17 18 return ippToPspsConfig_populateFromFile(this->config, this->fitsOut); 18 if (!ippToPspsConfig_populateFromFile(this->config, this->fitsOut)) return PS_EXIT_CONFIG_ERROR; 19 20 return PS_EXIT_SUCCESS; 19 21 } 20 22
Note:
See TracChangeset
for help on using the changeset viewer.
