mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Merge branch 'fix-glib-compile-schemas-typo' into 'main'
glib-compile-schemas: Fix typo in comparison function See merge request GNOME/glib!3188
This commit is contained in:
commit
cabe1370ed
@ -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") -
|
||||
|
Loading…
Reference in New Issue
Block a user