diff options
Diffstat (limited to 'plugins/CryptoPP/main.cpp')
-rw-r--r-- | plugins/CryptoPP/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/main.cpp b/plugins/CryptoPP/main.cpp index 69f30cc1ff..042086d4b3 100644 --- a/plugins/CryptoPP/main.cpp +++ b/plugins/CryptoPP/main.cpp @@ -5,7 +5,7 @@ int hLangpack; // dllmain
BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID) {
g_hInst = hInst;
- if( dwReason == DLL_PROCESS_ATTACH ) {
+ if ( dwReason == DLL_PROCESS_ATTACH ) {
{
char temp[MAX_PATH];
GetTempPath(sizeof(temp),temp);
|