mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
Fix typo in GLib version check
This commit is contained in:
parent
98841e2be8
commit
1016f27ca8
@ -158,7 +158,7 @@ json_object_add_member (JsonObject *object,
|
||||
g_hash_table_replace (object->members, g_strdup (member_name), node);
|
||||
}
|
||||
|
||||
#if GLIB_MAJOR_VERSION >= 2 && GLIB_MAJOR_VERSION < 14
|
||||
#if GLIB_MAJOR_VERSION >= 2 && GLIB_MINOR_VERSION < 14
|
||||
static void
|
||||
get_keys (gpointer key,
|
||||
gpointer value,
|
||||
|
Loading…
Reference in New Issue
Block a user