mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Remove stray semicolon after g_variant_print() function in gvariant.c
https://bugzilla.gnome.org/show_bug.cgi?id=776198 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
e097619327
commit
9b3cb4470d
@ -2618,7 +2618,7 @@ g_variant_print (GVariant *value,
|
|||||||
{
|
{
|
||||||
return g_string_free (g_variant_print_string (value, NULL, type_annotate),
|
return g_string_free (g_variant_print_string (value, NULL, type_annotate),
|
||||||
FALSE);
|
FALSE);
|
||||||
};
|
}
|
||||||
|
|
||||||
/* Hash, Equal, Compare {{{1 */
|
/* Hash, Equal, Compare {{{1 */
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user