Commit 20cbe7f43c9c9427a4023aaa819bf70655943f54

Authored by Georg Hopp
2 parents 7a3343c8 7272bb6c

Fix conflicts from upstream merge

Showing 1 changed file with 1 additions and 1 deletions
@@ -58,7 +58,7 @@ httpResponseDtor(void * _this) @@ -58,7 +58,7 @@ httpResponseDtor(void * _this)
58 TR_MEM_FREE(this->reason); 58 TR_MEM_FREE(this->reason);
59 59
60 TR_PARENTCALL(TR_HttpResponse, _this, TR_Class, dtor); 60 TR_PARENTCALL(TR_HttpResponse, _this, TR_Class, dtor);
61 -} 61 +}
62 62
63 static 63 static
64 size_t 64 size_t
Please register or login to post a comment