Skip to content

Commit

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

0 comments on commit acb0fd9

Please sign in to comment.