From 656caf16dbf2010fc742b1dfabcf317f2ab19748 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 21 Jan 2011 01:38:30 +0000 Subject: (svn r21875) -Codechange: indentation of some comments was wrong --- src/network/core/tcp_listen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core') 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(); -- cgit v1.2.3-54-g00ecf