mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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…
x
Reference in New Issue
Block a user