Another extra semi-colon
This commit is contained in:
parent
8461ade783
commit
a487fc3324
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue