Typo in win32_globallookup.

This commit is contained in:
Andy Polyakov 2006-01-02 12:06:22 +00:00
parent 481d81cb76
commit aab3bb04cf

View file

@ -826,7 +826,7 @@ static void *win32_globallookup(const char *name)
}
do {
if (ret = GetProcAddress(me32.hModule,fname))
if (ret = GetProcAddress(me32.hModule,name))
{
(*close_snap)(hModuleSnap);
FreeLibrary(dll);