Fixed typo

This commit is contained in:
Sergey Poznyakoff
2004-08-17 16:05:03 +00:00
parent 7f27104062
commit bd599facc8

View File

@@ -1268,7 +1268,7 @@ find_argp_option (struct argp_option *options, int letter)
!(options->name == NULL
&& options->key == 0
&& options->arg == 0
&& options->flags
&& options->flags == 0
&& options->doc == NULL); options++)
if (options->key == letter)
return options;