Skip to content

Commit

Permalink
missed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Feb 27, 2012
1 parent 53b1a04 commit 8c91554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expression.c
Expand Up @@ -3729,6 +3729,7 @@ StructLiteralExp::StructLiteralExp(Loc loc, StructDeclaration *sd, Expressions *
this->sd = sd;
this->elements = elements;
this->stype = stype;
this->sinit = NULL;
this->sym = NULL;
this->soffset = 0;
this->fillHoles = 1;
Expand Down

0 comments on commit 8c91554

Please sign in to comment.