[glyf] Minor use operator ++

This commit is contained in:
Behdad Esfahbod 2022-11-22 14:45:04 -07:00
parent 03e6bde790
commit d47cfe7936
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ struct SimpleGlyph
{
if (flag == lastflag && repeat != 255)
{
repeat = repeat + 1;
repeat++;
if (repeat == 1)
{
flags.push(flag);