summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r--plugins/CryptoPP/src/stdafx.cpp2
-rw-r--r--plugins/CryptoPP/src/utf8.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/src/stdafx.cpp b/plugins/CryptoPP/src/stdafx.cpp
index b985a910cd..e7e41dae3c 100644
--- a/plugins/CryptoPP/src/stdafx.cpp
+++ b/plugins/CryptoPP/src/stdafx.cpp
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2012 Miranda NG team (http://miranda-ng.org)
+Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/CryptoPP/src/utf8.cpp b/plugins/CryptoPP/src/utf8.cpp
index e071e3aaeb..2bd1a8f26b 100644
--- a/plugins/CryptoPP/src/utf8.cpp
+++ b/plugins/CryptoPP/src/utf8.cpp
@@ -53,7 +53,7 @@ LPWSTR __cdecl utf8decode(LPCSTR str) {
len = strlen(str)+1;
- SAFE_FREE(wszOut);
+ SAFE_FREE(wszOut);
if ((wszOut = (LPWSTR) malloc(len*sizeof(WCHAR))) == NULL)
return NULL;
p = (LPSTR)str;