mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-05 12:20:13 +02: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);
|
hmodule = GetModuleHandleW (wc_module_name);
|
||||||
g_free (wc_module_name);
|
g_free (wc_module_name);
|
||||||
|
|
||||||
if (!hmodule){
|
if (!hmodule)
|
||||||
G_UNLOCK (module_dirs);
|
{
|
||||||
return NULL;
|
G_UNLOCK (module_dirs);
|
||||||
}
|
return NULL;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn = g_win32_get_package_installation_directory_of_module (hmodule);
|
fn = g_win32_get_package_installation_directory_of_module (hmodule);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user