mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
Another extra semi-colon
This commit is contained in:
parent
8461ade783
commit
a487fc3324
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue