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 0d60673db53..0d697cbd89c 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -94,7 +94,7 @@ const char *ostr; ++optind; if (opterr && *ostr != ':') (void) fprintf(stderr, - "illegal option -- %c\n", optopt); + "illegal option -- %c\n", optopt); return BADCH; } if (*++oli != ':') |