IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2010, 4:17:29 PM (16 years ago)
Author:
rhenders
Message:

Error handling changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPspsBatchStack.c

    r27345 r27686  
    1313 * \brief 
    1414 */
    15 bool ippToPsps_batchStack(IppToPsps *this) {
     15int ippToPsps_batchStack(IppToPsps *this) {
    1616
    1717//    char extensionName[20];
     
    2525    }
    2626
    27     return true;
     27    return PS_EXIT_SUCCESS;
    2828}
    2929
Note: See TracChangeset for help on using the changeset viewer.