From 9e1a2beaf1db681e6f0108d62f30e86a76bb6e9f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 3 Aug 2013 11:23:33 +0000 Subject: minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/utils.cpp') diff --git a/plugins/TabSRMM/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index 3a9884dd52..11b33951c0 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.cpp @@ -143,7 +143,7 @@ TCHAR* Utils::FilterEventMarkers(TCHAR *wszText) /** * this translates formatting tags into rtf sequences... * flags: loword = words only for simple * /_ formatting - * hiword = bbcode support (strip bbcodes if 0) + *hiword = bbcode support (strip bbcodes if 0) */ const TCHAR* Utils::FormatRaw(TWindowData *dat, const TCHAR *msg, int flags, BOOL isSent) { @@ -677,7 +677,7 @@ void Utils::CreateColorMap(TCHAR *Text) int Utils::RTFColorToIndex(int iCol) { - int i = 0; + int i=0; for (i=0; i < RTF_CTABLE_DEFSIZE; i++) { if (rtf_ctable[i].index == iCol) return i + 1; -- cgit v1.2.3