Remove trailing space.

This commit is contained in:
VladimirMangos 2010-08-16 04:06:44 +04:00
parent 77a116dbe1
commit 4dae2cfe89

View file

@ -687,7 +687,7 @@ bool AuthSocket::_HandleLogonProof()
} }
else else
{ {
// 1.x not react incorrectly at 4-byte message use 3 as real error // 1.x not react incorrectly at 4-byte message use 3 as real error
char data[2]= { CMD_AUTH_LOGON_PROOF, WOW_FAIL_INCORRECT_PASSWORD}; char data[2]= { CMD_AUTH_LOGON_PROOF, WOW_FAIL_INCORRECT_PASSWORD};
send(data, sizeof(data)); send(data, sizeof(data));
} }