summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/messagein.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/messagein.cpp b/src/net/messagein.cpp
index ebf1366f..c7760c82 100644
--- a/src/net/messagein.cpp
+++ b/src/net/messagein.cpp
@@ -96,7 +96,7 @@ MessageIn::readCoordinates(unsigned short &x,
void
MessageIn::readCoordinatePair(unsigned short &srcX, unsigned short &srcY,
- unsigned short &dstX, unsigned short &dstY)
+ unsigned short &dstX, unsigned short &dstY)
{
assert(mPos + 5 <= mLength);