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 512331d21c4..8451a872aa1 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -119,7 +119,7 @@ const char *ostr; return BADCH; } else -/* white space */ + /* white space */ optarg = nargv[optind]; place = EMSG; ++optind; |