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