From: Tomas Mlcoch Date: Tue, 20 Mar 2012 15:24:08 +0000 (+0100) Subject: code cleanup X-Git-Tag: upstream/0.2.1~478 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5670df13a055910654d4f4a02ab2700281a098bf;p=services%2Fcreaterepo_c.git code cleanup --- diff --git a/src/cmd_parser.c b/src/cmd_parser.c index 13a0f8a..af373ba 100644 --- a/src/cmd_parser.c +++ b/src/cmd_parser.c @@ -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 } };