From 74f5fd6b1777739cbcc58b2d5b2c7690401fc0d4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 22 Mar 1996 22:57:40 +0000 Subject: (diskfs_parse_runtime_options): Supply new argument to argp_parse. --- libdiskfs/opts-runtime-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdiskfs/opts-runtime-parse.c b/libdiskfs/opts-runtime-parse.c index 3e7a9cf3..00ec2fc0 100644 --- a/libdiskfs/opts-runtime-parse.c +++ b/libdiskfs/opts-runtime-parse.c @@ -26,5 +26,5 @@ diskfs_parse_runtime_options (int argc, char **argv, { return argp_parse (standard_argp, argc, argv, ARGP_NO_ERRS | ARGP_NO_HELP | ARGP_PARSE_ARGV0, - 0); + 0, 0); } -- cgit v1.2.3