IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10734


Ignore:
Timestamp:
Dec 14, 2006, 9:24:31 AM (20 years ago)
Author:
eugene
Message:

added corrected returns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/task_active.c

    r10695 r10734  
    1515  if (!strcasecmp (argv[1], "true")) {
    1616    task[0].active = TRUE;
     17    return (TRUE);
    1718  }
    1819  if (!strcasecmp (argv[1], "false")) {
    1920    task[0].active = FALSE;
     21    return (TRUE);
    2022  }
    2123
Note: See TracChangeset for help on using the changeset viewer.