IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11307


Ignore:
Timestamp:
Jan 25, 2007, 6:50:42 PM (19 years ago)
Author:
eugene
Message:

include PS_ERR_NONE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotCleanup.c

    r11274 r11307  
    2020    psErrorCode err = psErrorCodeLast ();
    2121    switch (err) {
     22      case PS_ERR_NONE:
     23        return PS_EXIT_SUCCESS;
    2224      case PSPHOT_ERR_SYS:
    2325        return PS_EXIT_SYS_ERROR;
Note: See TracChangeset for help on using the changeset viewer.