diff options
Diffstat (limited to 'src/net/ea/chatrecv.cpp')
-rw-r--r-- | src/net/ea/chatrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chatrecv.cpp b/src/net/ea/chatrecv.cpp index 3f11ab0e1..9c7e5ccdd 100644 --- a/src/net/ea/chatrecv.cpp +++ b/src/net/ea/chatrecv.cpp @@ -78,7 +78,7 @@ std::string ChatRecv::getLastWhisperNick() } void ChatRecv::processWhisperResponseContinue(Net::MessageIn &msg, - const uint8_t type) + const uint8_t type) { const std::string nick = getPopLastWhisperNick(); switch (type) |