IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/device.c

    r13479 r14590  
    33int device (int argc, char **argv) {
    44
    5   int N, kapa, IsImage;
     5  int N, kapa;
    66  char *name;;
    77  /* set / get current graphics device */
     
    1818    if (name == NULL) {
    1919      gprint (GP_ERR, "no device defined\n");
    20       return (NULL);
     20      return (FALSE);
    2121    }
    2222  } else {
Note: See TracChangeset for help on using the changeset viewer.