aboutsummaryrefslogtreecommitdiff
path: root/Source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source.cpp')
-rw-r--r--Source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source.cpp b/Source.cpp
index 7728677..992b1fe 100644
--- a/Source.cpp
+++ b/Source.cpp
@@ -301,7 +301,7 @@ DWORD __stdcall InitHooks(LPVOID hModule)
(WNDPROC)SetWindowLongPtr(window, GWLP_WNDPROC, (LONG_PTR)OriginalWndProcHandler);
FreeLibraryAndExitThread((HMODULE)hModule, 0);
-
+
return NULL;
}