mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
parent
bdfc8231c6
commit
6d030ea0ae
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user