summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_http.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-02-10 21:06:05 +0000
committerrubidium <rubidium@openttd.org>2010-02-10 21:06:05 +0000
commit7a73a7490d6c2aed45a9773d5399416a29a4cc4e (patch)
tree7da7983dd116cdee4f82c4553a2482f37b514b5a /src/network/core/tcp_http.cpp
parent249acc9e4f22d6cc503db857518d0f95a4edec07 (diff)
downloadopenttd-7a73a7490d6c2aed45a9773d5399416a29a4cc4e.tar.xz
(svn r19090) -Codechange: some comment coding style fixes
Diffstat (limited to 'src/network/core/tcp_http.cpp')
-rw-r--r--src/network/core/tcp_http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_http.cpp b/src/network/core/tcp_http.cpp
index afba28fce..a0303106b 100644
--- a/src/network/core/tcp_http.cpp
+++ b/src/network/core/tcp_http.cpp
@@ -175,7 +175,7 @@ int NetworkHTTPSocketHandler::HandleHeader()
return 0;
}
-/*static */ int NetworkHTTPSocketHandler::Connect(char *uri, HTTPCallback *callback, const char *data, int depth)
+/* static */ int NetworkHTTPSocketHandler::Connect(char *uri, HTTPCallback *callback, const char *data, int depth)
{
char *hname = strstr(uri, "://");
if (hname == NULL) return_error("[tcp/http] invalid location");