From 6d030ea0aef634cfdd6b82c9f213c1061b68709a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 4 Mar 2015 08:52:22 +0000 Subject: [PATCH] gobject: Mark a helper variable as const MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It’s only used for argv values, which are not modified here. https://bugzilla.gnome.org/show_bug.cgi?id=614684 --- gobject/gobject-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c index e93943f..b5dff42 100644 --- a/gobject/gobject-query.c +++ b/gobject/gobject-query.c @@ -120,7 +120,7 @@ main (gint argc, gboolean gen_froots = 0; gboolean gen_tree = 0; gint i; - gchar *iindent = ""; + const gchar *iindent = ""; f_out = stdout; -- 2.7.4