From 7a73a7490d6c2aed45a9773d5399416a29a4cc4e Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 10 Feb 2010 21:06:05 +0000 Subject: (svn r19090) -Codechange: some comment coding style fixes --- src/network/core/tcp_http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core/tcp_http.cpp') 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"); -- cgit v1.2.3-70-g09d2