diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index 2352f22df..acabfb6b4 100644 --- a/gio/glib-compile-schemas.c +++ b/gio/glib-compile-schemas.c @@ -1870,7 +1870,7 @@ compare_strings (gconstpointer a, gconstpointer b) { const gchar *one = a; - const gchar *two = a; + const gchar *two = b; gint cmp; cmp = g_str_has_suffix (two, ".enums.xml") -