mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02: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:
committed by
Sébastien Wilmet
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 */
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user