diff options
author | planetmaker <planetmaker@openttd.org> | 2011-01-08 16:10:07 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2011-01-08 16:10:07 +0000 |
commit | 51b97aa3c1a89400a0ef668c5a376022f079e188 (patch) | |
tree | 6cbda945eb688fc6602ec07cb89620754a58b2ad /src | |
parent | f420b5a66a8171536b92458d5ac4ab6369765d3a (diff) | |
download | openttd-51b97aa3c1a89400a0ef668c5a376022f079e188.tar.xz |
(svn r21741) -Fix (r21668): Some white space slipped past the commit hook
Diffstat (limited to 'src')
-rw-r--r-- | src/network/network_admin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_admin.cpp b/src/network/network_admin.cpp index 40085838d..dbf7758a0 100644 --- a/src/network/network_admin.cpp +++ b/src/network/network_admin.cpp @@ -462,7 +462,7 @@ NetworkRecvStatus ServerNetworkAdminSocketHandler::SendCmdNames() /* Should SEND_MTU be exceeded, start a new packet * (magic 5: 1 bool "more data" and one uint16 "command id", one - * byte for string '\0' termination and 1 bool "no more data" */ + * byte for string '\0' termination and 1 bool "no more data" */ if (p->size + strlen(cmdname) + 5 >= SEND_MTU) { p->Send_bool(false); this->SendPacket(p); |