Minor
This commit is contained in:
parent
91d958acc0
commit
518e6e07f2
|
@ -219,7 +219,7 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m,
|
||||||
continue; /* Feature disabled, or not enough bits. */
|
continue; /* Feature disabled, or not enough bits. */
|
||||||
|
|
||||||
|
|
||||||
hb_bool_t found = false;
|
bool found = false;
|
||||||
unsigned int feature_index[2];
|
unsigned int feature_index[2];
|
||||||
for (unsigned int table_index = 0; table_index < 2; table_index++)
|
for (unsigned int table_index = 0; table_index < 2; table_index++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue