IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2010, 4:05:08 PM (16 years ago)
Author:
Paul Price
Message:

Add missing error code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubExit.c

    r27139 r27148  
    11#include <stdio.h>
    22#include <pslib.h>
     3#include <psphotErrorCodes.h>
    34
    45#include "ppSub.h"
     
    3536            exitValue = PS_EXIT_CONFIG_ERROR;
    3637            break;
     38          case PSPHOT_ERR_PSF:
    3739          case PPSUB_ERR_DATA:
    3840          case PPSUB_ERR_NO_OVERLAP:
Note: See TracChangeset for help on using the changeset viewer.