From d078fe645188b502661059835230d2bd9cbac388 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 24 Oct 1996 21:38:50 +0000 Subject: (main): Use elements of type `struct argp_child' for KIDS. --- storeio/storeio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storeio') diff --git a/storeio/storeio.c b/storeio/storeio.c index 67a6ecb7..b22cc436 100644 --- a/storeio/storeio.c +++ b/storeio/storeio.c @@ -111,7 +111,7 @@ void main (int argc, char *argv[]) } return 0; } - const struct argp *kids[] = { &store_argp, 0 }; + const struct argp_child kids[] = { {&store_argp}, {0} }; const struct argp argp = { options, parse_opt, args_doc, doc, kids }; struct store_argp_params store_params = { default_type: "device" }; -- cgit v1.2.3