[glyf] Fix compiler warning

This commit is contained in:
Behdad Esfahbod 2022-08-23 13:13:13 -06:00
parent 82dc23f2a1
commit 84d33a1ed8
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ struct SimpleGlyph
x_coords.alloc (2*num_points);
y_coords.alloc (2*num_points);
uint8_t lastflag, repeat = 0;
uint8_t lastflag = 0, repeat = 0;
for (unsigned i = 0; i < num_points; i++)
{