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:
Shawn Walker 2015-05-29 17:39:03 -07:00 committed by Sébastien Wilmet
parent e097619327
commit 9b3cb4470d

View File

@ -2618,7 +2618,7 @@ g_variant_print (GVariant *value,
{
return g_string_free (g_variant_print_string (value, NULL, type_annotate),
FALSE);
};
}
/* Hash, Equal, Compare {{{1 */
/**