X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/9956745b7df4e9ffa6bc97f411779167bde69e70..refs/heads/master:/missing/getopt.c?ds=sidebyside diff --git a/missing/getopt.c b/missing/getopt.c index a3d50cb3..c535776d 100644 --- a/missing/getopt.c +++ b/missing/getopt.c @@ -123,7 +123,7 @@ getopt(int nargc, char * const *nargv, const char *ostr) __progname, optopt); return (BADCH); } - else /* white space */ + else /* white space */ optarg = nargv[optind]; place = EMSG; ++optind;