mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Fix non-initialized variable in gio/gsettings-tool.c
This commit is contained in:
parent
979b9af242
commit
e0ccf08284
@ -570,8 +570,8 @@ static int
|
|||||||
gsettings_help (gboolean requested,
|
gsettings_help (gboolean requested,
|
||||||
const gchar *command)
|
const gchar *command)
|
||||||
{
|
{
|
||||||
const gchar *description;
|
const gchar *description = NULL;
|
||||||
const gchar *synopsis;
|
const gchar *synopsis = NULL;
|
||||||
GString *string;
|
GString *string;
|
||||||
|
|
||||||
string = g_string_new (NULL);
|
string = g_string_new (NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user