Another extra semi-colon

This commit is contained in:
Behdad Esfahbod 2019-05-13 14:16:33 -07:00
parent 8461ade783
commit a487fc3324
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ struct LangSys
{
if (reqFeatureIndex == 0xFFFFu)
return Index::NOT_FOUND_INDEX;
return reqFeatureIndex;;
return reqFeatureIndex;
}
LangSys* copy (hb_serialize_context_t *c) const