diff options
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/gmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index c1a6486be..e4ef3eb36 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -326,7 +326,7 @@ _g_module_debug_init (void) module_debug_initialized = TRUE; } -static GRecMutex g_module_global_lock = G_REC_MUTEX_INIT; +static GRecMutex g_module_global_lock; GModule* g_module_open (const gchar *file_name, |