version 0.40
[FAPG] / fapg.c
diff --git a/fapg.c b/fapg.c
index 58f3f20..df022cf 100644 (file)
--- 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;