summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-05-25 19:20:17 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-25 23:19:23 +0200
commit1db84d9f7feae70a1825cfaad2d114fec069fad8 (patch)
treea1173aedf7692331a85b438209bfbb328a542f40 /src
parent2138841b33b284dd60cf4031ccb87fa5a5b090c8 (diff)
downloadmana-client-1db84d9f7feae70a1825cfaad2d114fec069fad8.tar.gz
mana-client-1db84d9f7feae70a1825cfaad2d114fec069fad8.tar.bz2
mana-client-1db84d9f7feae70a1825cfaad2d114fec069fad8.tar.xz
mana-client-1db84d9f7feae70a1825cfaad2d114fec069fad8.zip
Nuke some tabs I put in here.
(cherry picked from commit 727b32c9a28c4cc086992ea42c464286b6b52a01)
Diffstat (limited to 'src')
-rw-r--r--src/net/ea/loginhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/loginhandler.cpp b/src/net/ea/loginhandler.cpp
index 8f66343f..9b5966f6 100644
--- a/src/net/ea/loginhandler.cpp
+++ b/src/net/ea/loginhandler.cpp
@@ -61,7 +61,7 @@ void LoginHandler::handleMessage(MessageIn &msg)
{
case SMSG_CHAR_PASSWORD_RESPONSE:
{
- // 0: acc not found, 1: success, 2: password mismatch, 3: pass too short
+ // 0: acc not found, 1: success, 2: password mismatch, 3: pass too short
int errMsg = msg.readInt8();
// Successful pass change
if (errMsg == 1)