mirror of https://github.com/axmolengine/axmol.git
For some reason, this is causing a conflict
This commit is contained in:
parent
839f1a851d
commit
3e60e0ddf6
|
@ -335,7 +335,7 @@ static void processResponse(HttpResponse* response, char* errorBuffer)
|
|||
break;
|
||||
|
||||
default:
|
||||
CCASSERT(true, "CCHttpClient: unkown request type, only GET, POST, PUT, DELETE are supported");
|
||||
CCASSERT(true, "CCHttpClient: unkown request type, only GET and POSt are supported");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue