diff options
author | alberth <alberth@openttd.org> | 2010-12-22 10:50:32 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-12-22 10:50:32 +0000 |
commit | f65a9a5515ffe0e2b5fe70a7f190dc4461873b4e (patch) | |
tree | b1ee6a5f682c5b489a41f64df418057b4a8eb271 /src/network/core | |
parent | 366eaebc3ea133dfdf852438dbc14334c0906f17 (diff) | |
download | openttd-f65a9a5515ffe0e2b5fe70a7f190dc4461873b4e.tar.xz |
(svn r21593) -Codechange: endif comment correcttions.
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/tcp_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_http.h b/src/network/core/tcp_http.h index f684e0156..5f54f5ff6 100644 --- a/src/network/core/tcp_http.h +++ b/src/network/core/tcp_http.h @@ -143,4 +143,4 @@ public: #endif /* ENABLE_NETWORK */ -#endif /* NETWORK_CORE_HTTP_H */ +#endif /* NETWORK_CORE_TCP_HTTP_H */ |