diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-15 12:13:54 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-15 12:13:54 +0200 |
commit | 96b9603c01dd4b6d337f431b508a4364c4fbfe01 (patch) | |
tree | 279005f607a6c68641985adfd8f905c69b574b2d /src/net.h | |
parent | b2ba55c42b563418e7be4adb38cdbf1852e6c78d (diff) |
misc spelling / space / style fixes
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ public: unsigned int GetTotalRecvSize() { unsigned int total = 0; - BOOST_FOREACH(const CNetMessage &msg, vRecvMsg) + BOOST_FOREACH(const CNetMessage &msg, vRecvMsg) total += msg.vRecv.size() + 24; return total; } |