components/gnome/glib2/patches/07-gvariant-syntax.patch
changeset 5891 196a7310cc4d
child 7661 aff9737ef6ba
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/glib2/patches/07-gvariant-syntax.patch	Thu Apr 28 14:40:42 2016 -0700
@@ -0,0 +1,15 @@
+Stray semicolon.
+
+Need to file upstream bug
+
+--- glib-2.44.0/glib/gvariant.c	2015-04-19 18:47:21.907638721 -0700
++++ glib-2.44.0/glib/gvariant.c	2015-04-19 18:47:36.209115010 -0700
+@@ -2584,7 +2584,7 @@
+ {
+   return g_string_free (g_variant_print_string (value, NULL, type_annotate),
+                         FALSE);
+-};
++}
+ 
+ /* Hash, Equal, Compare {{{1 */
+ /**