diff options
Diffstat (limited to 'crypto/dllmain.c')
-rw-r--r-- | crypto/dllmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dllmain.c b/crypto/dllmain.c index b0459c2e73..81bcb2d054 100644 --- a/crypto/dllmain.c +++ b/crypto/dllmain.c @@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) case DLL_PROCESS_DETACH: break; } - return (TRUE); + return TRUE; } #endif |