summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-02 15:51:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-02 15:51:46 +0000
commiteca1b167120907f6d927de29f449c93bdf381a83 (patch)
tree0699691346ba01d3963cf5c3ef49138713f37205 /plugins/CryptoPP/main.cpp
parent1ed8a4ff1ec95b0df08a5bf48bb372c8481e381b (diff)
- removed __asm piece
git-svn-id: http://svn.miranda-ng.org/main/trunk@717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/main.cpp')
-rw-r--r--plugins/CryptoPP/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/main.cpp b/plugins/CryptoPP/main.cpp
index 8f3d89aa34..2a2639d74a 100644
--- a/plugins/CryptoPP/main.cpp
+++ b/plugins/CryptoPP/main.cpp
@@ -12,7 +12,7 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID)
GetTempPath(sizeof(temp),temp);
GetLongPathName(temp,TEMP,sizeof(TEMP));
TEMP_SIZE = strlen(TEMP);
- if(TEMP[TEMP_SIZE-1]=='\\') {
+ if (TEMP[TEMP_SIZE-1]=='\\') {
TEMP_SIZE--;
TEMP[TEMP_SIZE]='\0';
}