IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 3:12:34 PM (20 years ago)
Author:
jhoblitt
Message:

check function parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxadminConfig.c

    r6092 r6133  
    22# include "p2tools.h"
    33
    4 bool p2adminConfig (p2Config *config, int argc, char **argv) {
     4bool p2adminConfig(p2Config *config, int argc, char **argv) {
     5    PS_ASSERT_PTR_NON_NULL(config, false);
    56
    67    // Parse the configurations (re-org a la ppImage)
Note: See TracChangeset for help on using the changeset viewer.