mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Cosmetics.
svn path=/trunk/; revision=7795
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user