summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-30 05:08:11 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-30 05:08:11 +0300
commitc96d089ab76316e5117c49e2ccdd3e9aab4bd29f (patch)
treeaef9b1b87a79a1a7060cfc4234d4436732db92ec
parent0e9ef0640cab30431bef8a4683a5da549d5c8f88 (diff)
downloadplus-c96d089ab76316e5117c49e2ccdd3e9aab4bd29f.tar.gz
plus-c96d089ab76316e5117c49e2ccdd3e9aab4bd29f.tar.bz2
plus-c96d089ab76316e5117c49e2ccdd3e9aab4bd29f.tar.xz
plus-c96d089ab76316e5117c49e2ccdd3e9aab4bd29f.zip
Fix code style.
-rw-r--r--src/net/ea/chathandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp
index 658ed9a5d..0f0b3214a 100644
--- a/src/net/ea/chathandler.cpp
+++ b/src/net/ea/chathandler.cpp
@@ -212,7 +212,7 @@ void ChatHandler::processWhisper(Net::MessageIn &msg)
}
}
else if (chatMsg.length() > 3
- && chatMsg.find("\302\202") == 0)
+ && chatMsg.find("\302\202") == 0)
{
chatMsg = chatMsg.erase(0, 2);
if (showMsg && chatWindow)