mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[glyf] Fix compiler warning
This commit is contained in:
parent
82dc23f2a1
commit
84d33a1ed8
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue