mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-22 20:24:51 +02:00
Cosmetics.
svn path=/trunk/; revision=7795
This commit is contained in:
parent
eeb4d5939d
commit
f5b5154a88
@ -298,7 +298,8 @@ get_package_directory_from_module (const gchar *module_name)
|
||||
hmodule = GetModuleHandleW (wc_module_name);
|
||||
g_free (wc_module_name);
|
||||
|
||||
if (!hmodule){
|
||||
if (!hmodule)
|
||||
{
|
||||
G_UNLOCK (module_dirs);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user