mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix non-initialized variable in gio/gresource-tool.c
This commit is contained in:
parent
f92002e9f5
commit
2c734147cf
@ -477,8 +477,8 @@ static gint
|
||||
cmd_help (gboolean requested,
|
||||
const gchar *command)
|
||||
{
|
||||
const gchar *description;
|
||||
const gchar *synopsis;
|
||||
const gchar *description = NULL;
|
||||
const gchar *synopsis = NULL;
|
||||
gchar *option;
|
||||
GString *string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user