(svn r19090) -Codechange: some comment coding style fixes

This commit is contained in:
rubidium
2010-02-10 21:06:05 +00:00
parent 970842e4a2
commit a7a2568985
6 changed files with 11 additions and 11 deletions

View File

@@ -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");