summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-01-20 13:38:29 -0800
committerRoland McGrath <roland@hack.frob.com>2012-01-20 13:38:29 -0800
commit5bdee8e7af380c17a3b1d76e3a16764c81fe23c1 (patch)
treeb244981b7a5e343e0611738f5e2be2f6596f7359
parent3284b799c025076229c3ad983e5a15a5b67018ca (diff)
Fix warning nit.
-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 }
};