From b64cd799dcecdb19af3ed3ac766e5ea0a44fc61c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 5 Apr 2012 00:56:29 -0500 Subject: [PATCH] ostree-pull: GOptionEntry must be NULL terminated --- src/ostree/ostree-pull.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ostree/ostree-pull.c b/src/ostree/ostree-pull.c index 695251fd..b6a035d8 100644 --- a/src/ostree/ostree-pull.c +++ b/src/ostree/ostree-pull.c @@ -31,6 +31,7 @@ gboolean verbose; static GOptionEntry options[] = { { "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "Show more information", NULL }, + { NULL }, }; static void