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/pcontrol/JobOps.c

    r13720 r14590  
    2828  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    2929  pcontrol_exit (1);
     30  return (NULL);
    3031}
    3132
     
    4142  gprint (GP_ERR, "error: unknown job stack : programming error\n");
    4243  pcontrol_exit (1);
     44  return (NULL);
    4345}
    4446
Note: See TracChangeset for help on using the changeset viewer.