]> The Tcpdump Group git mirrors - libpcap/blobdiff - missing/getopt.c
CI: Call print_so_deps() on rpcapd in remote enabled build
[libpcap] / missing / getopt.c
index a3d50cb3180b05d1bc7407be507df5163aeeb256..c535776d849ca2bc95ee348df050b404742f8750 100644 (file)
@@ -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;