IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5935


Ignore:
Timestamp:
Jan 6, 2006, 3:50:23 PM (20 years ago)
Author:
eugene
Message:

fixed type of argc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/mana/mana.c

    r5919 r5935  
    88
    99/* program-dependent initialization */
    10 void program_init (int argc, char **argv) {
     10void program_init (int *argc, char **argv) {
    1111 
    1212  auto_break = TRUE;
Note: See TracChangeset for help on using the changeset viewer.