X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fargp-parse.c;h=cb8f9e1ad29b4d9d51b192a88a2b27a803490eb3;hb=b3b353659ac863c94e9705047710a99fa58fe0b1;hp=c2c64dfbe2acf90656ef0c449c8da711e989fabe;hpb=cbe703a10b786dd2fd595d65e668ece801a4e767;p=gnulib.git diff --git a/lib/argp-parse.c b/lib/argp-parse.c index c2c64dfbe..cb8f9e1ad 100644 --- a/lib/argp-parse.c +++ b/lib/argp-parse.c @@ -411,7 +411,7 @@ convert_options (const struct argp *argp, if (children) /* Assign GROUP's CHILD_INPUTS field some space from - CVT->child_inputs_end.*/ + CVT->child_inputs_end.*/ { unsigned num_children = 0; while (children[num_children].argp) @@ -845,7 +845,7 @@ parser_parse_next (struct parser *parser, int *arg_ebadkey) parser->try_getopt = 0; if (parser->state.next > 1 && strcmp (parser->state.argv[parser->state.next - 1], QUOTE) - == 0) + == 0) /* Not only is this the end of the options, but it's a `quoted' region, which may have args that *look* like options, so we definitely shouldn't try to use getopt past