(svn r19090) -Codechange: some comment coding style fixes
This commit is contained in:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 rubidium
					rubidium