summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-01-21 01:38:30 +0000
committersmatz <smatz@openttd.org>2011-01-21 01:38:30 +0000
commit656caf16dbf2010fc742b1dfabcf317f2ab19748 (patch)
tree0c86433a178c72303ca22b19079d71c656ee7e75 /src/network/core
parent1ac51128f5524023c124873b76c3c7d17830e8a7 (diff)
downloadopenttd-656caf16dbf2010fc742b1dfabcf317f2ab19748.tar.xz
(svn r21875) -Codechange: indentation of some comments was wrong
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/tcp_listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_listen.h b/src/network/core/tcp_listen.h
index 0223ad42f..9fdf339c3 100644
--- a/src/network/core/tcp_listen.h
+++ b/src/network/core/tcp_listen.h
@@ -75,7 +75,7 @@ public:
/* Can we handle a new client? */
if (!Tsocket::AllowConnection()) {
/* no more clients allowed?
- * Send to the client that we are full! */
+ * Send to the client that we are full! */
Packet p(Tfull_packet);
p.PrepareToSend();