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/HostOps.c

    r13720 r14590  
    2525  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    2626  pcontrol_exit (1);
     27  return (NULL);
    2728}
    2829
     
    3738  gprint (GP_ERR, "error: unknown host stack : programming error\n");
    3839  pcontrol_exit (1);
     40  return (NULL);
    3941}
    4042
Note: See TracChangeset for help on using the changeset viewer.