diff options
Diffstat (limited to 'storeio')
-rw-r--r-- | storeio/storeio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }; |