[ostree] ostree-pull: GOptionEntry must be NULL terminated



commit b64cd799dcecdb19af3ed3ac766e5ea0a44fc61c
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Thu Apr 5 00:56:29 2012 -0500

    ostree-pull: GOptionEntry must be NULL terminated

 src/ostree/ostree-pull.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ostree/ostree-pull.c b/src/ostree/ostree-pull.c
index 695251f..b6a035d 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]