mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02:00
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:
@@ -120,7 +120,7 @@ main (gint argc,
|
|||||||
gboolean gen_froots = 0;
|
gboolean gen_froots = 0;
|
||||||
gboolean gen_tree = 0;
|
gboolean gen_tree = 0;
|
||||||
gint i;
|
gint i;
|
||||||
gchar *iindent = "";
|
const gchar *iindent = "";
|
||||||
|
|
||||||
f_out = stdout;
|
f_out = stdout;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user