mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
fix typo
This commit is contained in:
parent
85d4b15cd8
commit
0e81b153af
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ struct DictOpSet : OpSet<Number>
|
|||
break;
|
||||
|
||||
case FRAC_PART:
|
||||
if (likely ((fract_count <= MAX_FRACT / 10)))
|
||||
if (likely ((frac_count <= MAX_FRACT / 10)))
|
||||
{
|
||||
frac_part = (frac_part * 10) + d;
|
||||
frac_count++;
|
||||
|
|
Loading…
Add table
Reference in a new issue