summaryrefslogtreecommitdiff
path: root/gobject/gobject-query.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-03-04 08:52:22 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-03-04 08:55:30 +0000
commit6d030ea0aef634cfdd6b82c9f213c1061b68709a (patch)
treeb4069c3ad360a04b7fe9ccb1eae8b19fcf448ce8 /gobject/gobject-query.c
parentbdfc8231c6252dfe11cc0d614e71dd98e7570b53 (diff)
downloadglib-6d030ea0aef634cfdd6b82c9f213c1061b68709a.tar.gz
gobject: Mark a helper variable as const
It’s only used for argv values, which are not modified here. https://bugzilla.gnome.org/show_bug.cgi?id=614684
Diffstat (limited to 'gobject/gobject-query.c')
-rw-r--r--gobject/gobject-query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c
index e93943f7d..b5dff42a4 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;