mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Fix non-initialized variable in gio/gresource-tool.c
This commit is contained in:
committed by
Loïc Le Page
parent
f92002e9f5
commit
2c734147cf
@@ -477,8 +477,8 @@ static gint
|
|||||||
cmd_help (gboolean requested,
|
cmd_help (gboolean requested,
|
||||||
const gchar *command)
|
const gchar *command)
|
||||||
{
|
{
|
||||||
const gchar *description;
|
const gchar *description = NULL;
|
||||||
const gchar *synopsis;
|
const gchar *synopsis = NULL;
|
||||||
gchar *option;
|
gchar *option;
|
||||||
GString *string;
|
GString *string;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user