Skip to content

Commit

Permalink
forgot return value
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 14, 2012
1 parent 96e4182 commit ad2a278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expression.c
Expand Up @@ -5840,6 +5840,7 @@ Expression *BinExp::incompatibleTypes()
e1->type->toChars(), e2->type->toChars());
return new ErrorExp();
}
return this;
}

/********************** BinAssignExp **************************************/
Expand Down

0 comments on commit ad2a278

Please sign in to comment.