Typo in win32_globallookup.
This commit is contained in:
parent
481d81cb76
commit
aab3bb04cf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue