mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +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,
|
||||
const gchar *command)
|
||||
{
|
||||
const gchar *description;
|
||||
const gchar *synopsis;
|
||||
const gchar *description = NULL;
|
||||
const gchar *synopsis = NULL;
|
||||
GString *string;
|
||||
|
||||
string = g_string_new (NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user