This commit is contained in:
Behdad Esfahbod 2019-04-18 12:21:25 -04:00
parent 91d958acc0
commit 518e6e07f2
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m,
continue; /* Feature disabled, or not enough bits. */
hb_bool_t found = false;
bool found = false;
unsigned int feature_index[2];
for (unsigned int table_index = 0; table_index < 2; table_index++)
{