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/config/pmConfigCamera.c

    r11624 r11687  
    118118        break;
    119119    default:
    120         psAbort(PS_FILE_LINE, "Should never get here.\n");
     120        psAbort("Should never get here.\n");
    121121    }
    122122
     
    144144            break;
    145145        default:
    146             psAbort(PS_FILE_LINE, "Should never get here.\n");
     146            psAbort("Should never get here.\n");
    147147        }
    148148
     
    199199            break;
    200200        default:
    201             psAbort(PS_FILE_LINE, "Should never get here.\n");
     201            psAbort("Should never get here.\n");
    202202        }
    203203
     
    252252            break;
    253253        default:
    254             psAbort(PS_FILE_LINE, "Should never get here.\n");
     254            psAbort("Should never get here.\n");
    255255        }
    256256
Note: See TracChangeset for help on using the changeset viewer.