diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-08 16:57:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-08 16:57:24 +0300 |
commit | 43177ef97c1421502b5a2be9b8b62a6809fb29bf (patch) | |
tree | b2f27ba9258583afbf4633ef5736bc876bbc4111 /plugins/TabSRMM/src/chat_tools.cpp | |
parent | 7b19b6715a75c52e0285ee2031a8fa2ddace1da7 (diff) |
cosmetic code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/chat_tools.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat_tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_tools.cpp b/plugins/TabSRMM/src/chat_tools.cpp index 68c5cf40a9..0292d434bc 100644 --- a/plugins/TabSRMM/src/chat_tools.cpp +++ b/plugins/TabSRMM/src/chat_tools.cpp @@ -649,7 +649,7 @@ void Chat_SetFilters(SESSION_INFO *si) }
if (si->iLogFilterFlags == 0)
- si->bFilterEnabled = 0;
+ si->bFilterEnabled = false;
}
char GetIndicator(SESSION_INFO *si, LPCTSTR ptszNick, int *iNickIndex)
|