ostree-pull: GOptionEntry must be NULL terminated
This commit is contained in:
parent
75cd0b8494
commit
b64cd799dc
|
|
@ -31,6 +31,7 @@ gboolean verbose;
|
|||
|
||||
static GOptionEntry options[] = {
|
||||
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Show more information", NULL },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in New Issue