Skip to content

Commit

Permalink
merge D2 pull 642
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 28, 2012
1 parent 21cf122 commit 13bece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statement.c
Expand Up @@ -3276,7 +3276,7 @@ Statement *ReturnStatement::semantic(Scope *sc)
else
{
fd->type->next = Type::tvoid;
fd->type = fd->type->semantic(loc, sc);
//fd->type = fd->type->semantic(loc, sc);
if (!fd->tintro)
{ tret = Type::tvoid;
tbret = tret;
Expand Down

0 comments on commit 13bece0

Please sign in to comment.