IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r4470 r4689  
    2525  for (i = 0; i < N; i++) {
    2626    if (!strcmp (in_macro[i].name, argv[1])) {
    27       (*in_macro[i].func) (argc - 1, argv + 1);
     27      status = (*in_macro[i].func) (argc - 1, argv + 1);
    2828      return (status);
    2929    }
Note: See TracChangeset for help on using the changeset viewer.