X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/34fd411f222dd93868ae677dbe8ae82d09f9f199..refs/heads/master:/missing/getopt_long.c diff --git a/missing/getopt_long.c b/missing/getopt_long.c index 927028ff..e9b1ef57 100644 --- a/missing/getopt_long.c +++ b/missing/getopt_long.c @@ -70,7 +70,7 @@ /* return values */ #define BADCH (int)'?' #define BADARG ((*options == ':') ? (int)':' : (int)'?') -#define INORDER (int)1 +#define INORDER (int)1 #define EMSG "" @@ -419,8 +419,7 @@ start: permute_args(nonopt_start, nonopt_end, optind, nargv); optind -= nonopt_end - nonopt_start; - } - else if (nonopt_start != -1) { + } else if (nonopt_start != -1) { /* * If we skipped non-options, set optind * to the first of them.