Commit 23c33c57702129c83db2b106e62d1709fefea7e9

Authored by Georg Hopp
1 parent 7f825c8a

code structure

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -32,7 +32,7 @@ static
32 32 int
33 33 sizedDataCtor(void * _this, va_list * params)
34 34 {
35   - TR_SizedData this = _this;
  35 + TR_SizedData this = _this;
36 36 char * data = va_arg(*params, char *);
37 37
38 38 this->size = va_arg(*params, size_t);
... ...
Please register or login to post a comment