diff options
Diffstat (limited to 'src/port/getopt.c')
-rw-r--r-- | src/port/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/getopt.c b/src/port/getopt.c index f1ad93d7d6a..54c46ea366e 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -69,7 +69,7 @@ char *optarg; /* argument associated with option */ * returning -1.) */ int -getopt(int nargc, char *const * nargv, const char *ostr) +getopt(int nargc, char *const *nargv, const char *ostr) { static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ |