parse-opts: prepare for OPT_FILENAME
[gitweb.git] / test-parse-options.c
index e0669dcb41d1d779f274e1ff785352e284953b14..da3d6581d307763d05fa4b8492ade424a85f50f1 100644 (file)
@@ -65,7 +65,7 @@ int main(int argc, const char **argv)
        };
        int i;
 
-       argc = parse_options(argc, argv, options, usage, 0);
+       argc = parse_options(argc, argv, NULL, options, usage, 0);
 
        printf("boolean: %d\n", boolean);
        printf("integer: %u\n", integer);