Changeset 2221


Ignore:
Timestamp:
2001-03-23T13:53:53+12:00 (23 years ago)
Author:
jrm21
Message:

fixed typo in argument list - `int opt_index' -> 'int *opt_index'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/getopt1.cpp

    r1364 r2221  
    5555int
    5656getopt_long (int argc, char *const *argv, const char *options,
    57          const struct option *long_options, int opt_index)
     57         const struct option *long_options, int *opt_index)
    5858{
    5959  return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
Note: See TracChangeset for help on using the changeset viewer.