IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16462


Ignore:
Timestamp:
Feb 13, 2008, 3:33:24 PM (18 years ago)
Author:
eugene
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_if.c

    r10846 r16462  
    7171    }
    7272
    73     if ((ThisList == 0) && (input == (char *) NULL)) {
     73    if ((ThisList == 0) && (input == NULL)) {
    7474      gprint (GP_ERR, "end if-block with 'END'\n");
    7575      continue;
    7676    }
    77     if ((ThisList >  0) && (input == (char *) NULL)) {
     77    if ((ThisList >  0) && (input == NULL)) {
    7878      gprint (GP_ERR, "missing 'END' in if-block\n");
    7979      input = strcreate ("end");
Note: See TracChangeset for help on using the changeset viewer.