From a28429a3c697b2ee750cf224f53120694ca14861 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Mar 2017 22:36:05 -0500 Subject: [PATCH] Fix a typo --- gio/giomodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/giomodule.c b/gio/giomodule.c index e697efead..3a131e129 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -1125,7 +1125,7 @@ _g_io_modules_ensure_loaded (void) g_type_ensure (g_network_monitor_portal_get_type ()); g_type_ensure (g_proxy_resolver_portal_get_type ()); #endif -#ifdef HAVE_MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 +#if HAVE_MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 g_type_ensure (g_cocoa_notification_backend_get_type ()); #endif #ifdef G_OS_WIN32