diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-28 14:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-28 20:29:17 +0300 |
commit | fe189f61b6385a30c689b46667ccc18c7117056a (patch) | |
tree | 11902d10cea56ac6fcff3de2567d4785cf4852a8 /src/net/sdltcpnet.h | |
parent | 7e4722653046e8870660808750bbafbb96bf4185 (diff) | |
download | plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.gz plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.bz2 plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.xz plus-fe189f61b6385a30c689b46667ccc18c7117056a.zip |
fix guard header part2.
Diffstat (limited to 'src/net/sdltcpnet.h')
-rw-r--r-- | src/net/sdltcpnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/sdltcpnet.h b/src/net/sdltcpnet.h index 449a41116..1d83b04fc 100644 --- a/src/net/sdltcpnet.h +++ b/src/net/sdltcpnet.h @@ -60,4 +60,4 @@ namespace TcpNet void freeSocketSet(TcpNet::SocketSet set); } // namespace TcpNet -#endif +#endif // NET_SDLTCPNET_H |