ostree-pull: GOptionEntry must be NULL terminated

This commit is contained in:
Diego Escalante Urrelo 2012-04-05 00:56:29 -05:00 committed by Colin Walters
parent 75cd0b8494
commit b64cd799dc

View File

@ -31,6 +31,7 @@ gboolean verbose;
static GOptionEntry options[] = {
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Show more information", NULL },
{ NULL },
};
static void