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
This commit is contained in:
Philip Withnall 2015-03-04 08:52:22 +00:00
parent bdfc8231c6
commit 6d030ea0ae

View File

@ -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;