summaryrefslogtreecommitdiff
path: root/IEView/Utils.cpp
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-02-08 15:49:08 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-02-08 15:49:08 +0000
commit637559f4c7bcd3f9780b5e343b86cbad3b13d967 (patch)
treed553760204dd1f23354b16de6fbff10e5f9d14b9 /IEView/Utils.cpp
parentf18e643d7c4ba4f2758525778d9318bdda784a1b (diff)
IEView:
code formating git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@270 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'IEView/Utils.cpp')
-rw-r--r--IEView/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/IEView/Utils.cpp b/IEView/Utils.cpp
index cde3414..de2d026 100644
--- a/IEView/Utils.cpp
+++ b/IEView/Utils.cpp
@@ -221,7 +221,7 @@ void Utils::convertPath(wchar_t *path) {
}
DWORD Utils::safe_wcslen(wchar_t *msg, DWORD maxLen) {
- DWORD i;
+ DWORD i;
for (i = 0; i < maxLen; i++) {
if (msg[i] == (wchar_t)0)
return i;