Cosmetics.

svn path=/trunk/; revision=7795
This commit is contained in:
Tor Lillqvist 2009-01-09 10:39:00 +00:00
parent eeb4d5939d
commit f5b5154a88

View File

@ -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);