aboutsummaryrefslogtreecommitdiff
path: root/stormlib_dll/DllMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'stormlib_dll/DllMain.c')
-rw-r--r--stormlib_dll/DllMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stormlib_dll/DllMain.c b/stormlib_dll/DllMain.c
index f1b9167..98eb003 100644
--- a/stormlib_dll/DllMain.c
+++ b/stormlib_dll/DllMain.c
@@ -20,5 +20,5 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved)
UNREFERENCED_PARAMETER(dwReason);
UNREFERENCED_PARAMETER(lpReserved);
- return TRUE;
+ return TRUE;
}