X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=fapg.c;h=df022cfff5a35561de9b2a575a099ad85e116d7a;hp=58f3f20336b2ca82a7fadfdf12f833a5be36751f;hb=442f07ffb769d23879449cd03fd7faa5a8c1f71e;hpb=dfbf4f525560afb358cec09a9411712ded235b05 diff --git a/fapg.c b/fapg.c index 58f3f20..df022cf 100644 --- a/fapg.c +++ b/fapg.c @@ -525,7 +525,8 @@ void parse_options(int argc, char **argv) {"recursive", no_argument, NULL, 'r'}, {"stdin", no_argument, NULL, 's'}, {"windows", no_argument, NULL, 'w'}, - {"exclude", required_argument, NULL, 'x'} + {"exclude", required_argument, NULL, 'x'}, + {NULL, 0, NULL, 0} }; int c; int option_index = 0;