diff options
Diffstat (limited to 'plugins/KeyboardNotify/EnumProc.cpp')
-rw-r--r-- | plugins/KeyboardNotify/EnumProc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/EnumProc.cpp b/plugins/KeyboardNotify/EnumProc.cpp index a225bd0a03..7a5a23f0e3 100644 --- a/plugins/KeyboardNotify/EnumProc.cpp +++ b/plugins/KeyboardNotify/EnumProc.cpp @@ -62,7 +62,7 @@ void LoadProcsLibrary(void) lpfVDMEnumTaskWOWEx = (INT (WINAPI *)(DWORD, TASKENUMPROCEX, LPARAM)) GetProcAddress(hInstLib2, "VDMEnumTaskWOWEx");
} else {
- if(!(hInstLib = LoadLibraryA("Kernel32.DLL")))
+ if (!(hInstLib = LoadLibraryA("Kernel32.DLL")))
return;
if (bWindowsNT && !(hInstLib2 = LoadLibraryA("VDMDBG.DLL")))
|