From 4bd32799f13480763bfb58db82bb98d1500753ae Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 1 Aug 2010 19:44:49 +0000 Subject: (svn r20286) -Codechange: Unify end of doxygen comments. --- src/network/core/packet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/network/core') diff --git a/src/network/core/packet.h b/src/network/core/packet.h index 78e36186d..38cd528ef 100644 --- a/src/network/core/packet.h +++ b/src/network/core/packet.h @@ -37,7 +37,8 @@ struct Packet { /** * The size of the whole packet for received packets. For packets * that will be sent, the value is filled in just before the - * actual transmission. */ + * actual transmission. + */ PacketSize size; /** The current read/write position in the packet */ PacketSize pos; -- cgit v1.2.3-54-g00ecf