From: Roland McGrath Date: Fri, 20 Jan 2012 21:38:29 +0000 (-0800) Subject: Fix warning nit. X-Git-Tag: elfutils-0.153~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bdee8e7af380c17a3b1d76e3a16764c81fe23c1;p=thirdparty%2Felfutils.git Fix warning nit. --- diff --git a/src/arlib-argp.c b/src/arlib-argp.c index af05807d6..a0e669cf5 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 } };