IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMosaic.c

    r11255 r11687  
    497497                COPY_WITH_PARITY_DIFFERENCE(U8);
    498498            default:
    499                 psAbort(__func__, "Should never get here.\n");
     499                psAbort("Should never get here.\n");
    500500            }
    501501
     
    526526                FILL_IN(U8);
    527527            default:
    528                 psAbort(__func__, "Should never get here.\n");
     528                psAbort("Should never get here.\n");
    529529            }
    530530
Note: See TracChangeset for help on using the changeset viewer.