diff --git a/src/http/response.c b/src/http/response.c index 06a6f0c..10a1546 100644 --- a/src/http/response.c +++ b/src/http/response.c @@ -58,7 +58,7 @@ httpResponseDtor(void * _this) TR_MEM_FREE(this->reason); TR_PARENTCALL(TR_HttpResponse, _this, TR_Class, dtor); -} +} static size_t