code cleanup
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 20 Mar 2012 15:24:08 +0000 (16:24 +0100)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 20 Mar 2012 15:24:08 +0000 (16:24 +0100)
src/cmd_parser.c

index 13a0f8a..af373ba 100644 (file)
@@ -71,7 +71,7 @@ static GOptionEntry cmd_entries[] =
       "Do not include the file's checksum in the metadata filename.", NULL },
     { "workers", 0, 0, G_OPTION_ARG_INT, &(_cmd_options.workers),
       "Number of workers to spawn to read rpms.", NULL },
-    { NULL }
+    { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
 };