summaryrefslogtreecommitdiffstats
path: root/src/arlib-argp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arlib-argp.c')
-rw-r--r--src/arlib-argp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arlib-argp.c b/src/arlib-argp.c
index af05807d..a0e669cf 100644
--- a/src/arlib-argp.c
+++ b/src/arlib-argp.c
@@ -97,5 +97,5 @@ static const struct argp argp =
const struct argp_child arlib_argp_children[] =
{
{ &argp, 0, "", 2 },
- { NULL, }
+ { NULL, 0, NULL, 0 }
};