Skip to content

Commit

Permalink
Detab
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Fomin committed May 12, 2015
1 parent d9a5eed commit df9b8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mtype.c
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,8 @@ Type *Type::aliasthisOf()
if (fd)
{
t = fd->type->nextOf();
if (!t) // issue 14185
return Type::terror;
f (!t) // issue 14185
return Type::terror;
t = t->substWildTo(mod == 0 ? MODmutable : mod);
}
else
Expand Down

0 comments on commit df9b8af

Please sign in to comment.