|| (OTF_check_table (otf, "GSUB") < 0
&& OTF_check_table (otf, "GPOS") < 0))
otf = NULL;
- for (i = 0; i < otf->cmap->numTables; i++)
- if (otf->cmap->EncodingRecord[i].subtable.format == 14)
- {
- sub14 = otf->cmap->EncodingRecord[i].subtable.f.f14;
- break;
- }
+ else
+ for (i = 0; i < otf->cmap->numTables; i++)
+ if (otf->cmap->EncodingRecord[i].subtable.format == 14)
+ {
+ sub14 = otf->cmap->EncodingRecord[i].subtable.f.f14;
+ break;
+ }
}
{