1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 16:09:10 +00:00

(svn r17963) -Codechange: some documentation style

This commit is contained in:
rubidium
2009-11-03 17:30:08 +00:00
parent b211e0d5f5
commit d79439fb3c
7 changed files with 20 additions and 20 deletions

View File

@@ -133,7 +133,7 @@ void NetworkUDPSocketHandler::ReceivePackets()
p.PrepareToRead();
/* If the size does not match the packet must be corrupted.
* Otherwise it will be marked as corrupted later on. */
* Otherwise it will be marked as corrupted later on. */
if (nbytes != p.size) {
DEBUG(net, 1, "received a packet with mismatching size from %s", address.GetAddressAsString());
return;