[glyf] Minor typo change

This commit is contained in:
Behdad Esfahbod 2022-06-27 13:05:58 -06:00
parent 5cca25e5d0
commit d0836dee7a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ struct SimpleGlyph
unsigned count = points_.length; unsigned count = points_.length;
for (unsigned i = 0; i < count; i++) for (unsigned i = 0; i < count; i++)
{ {
uint8_t flag = points_[i].flag; unsigned flag = points_[i].flag;
if (flag & short_flag) if (flag & short_flag)
{ {
if (unlikely (p + 1 > end)) return false; if (unlikely (p + 1 > end)) return false;