diff options
Diffstat (limited to 'protocols/MRA/MraRTFMsg.cpp')
-rw-r--r-- | protocols/MRA/MraRTFMsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/MraRTFMsg.cpp b/protocols/MRA/MraRTFMsg.cpp index 02e3a371e4..0e6e76f4ce 100644 --- a/protocols/MRA/MraRTFMsg.cpp +++ b/protocols/MRA/MraRTFMsg.cpp @@ -153,7 +153,7 @@ DWORD MraSymbolsToRTFTags(DWORD dwFlags, LPSTR lpszMessage, size_t dwMessageSize if (lpszFounded[i]) dwFoundCount++;
}
- while(dwFoundCount) {
+ while (dwFoundCount) {
for (i = 0;i<SYMBOLS_COUNT;i++)
if (lpszFounded[i] && (lpszFounded[i]<lpszFounded[dwFirstFoundIndex] || lpszFounded[dwFirstFoundIndex] == NULL))
dwFirstFoundIndex = i;
|