]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix warning nit.
authorRoland McGrath <roland@hack.frob.com>
Fri, 20 Jan 2012 21:38:29 +0000 (13:38 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 20 Jan 2012 21:38:29 +0000 (13:38 -0800)
src/arlib-argp.c

index af05807d65e687f4643c9adb960116c5a128f489..a0e669cf5c869130b904dfc9dde54fbe0af9ad0a 100644 (file)
@@ -97,5 +97,5 @@ static const struct argp argp =
 const struct argp_child arlib_argp_children[] =
   {
     { &argp, 0, "", 2 },
-    { NULL, }
+    { NULL, 0, NULL, 0 }
   };