[subset] minor
This commit is contained in:
parent
545fe9d9f0
commit
28c8dcb53f
@ -238,7 +238,7 @@ _subset_table (hb_subset_plan_t *plan,
|
|||||||
static bool
|
static bool
|
||||||
_should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag)
|
_should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag)
|
||||||
{
|
{
|
||||||
if (!tag)
|
if (unlikely (!tag))
|
||||||
/* Drop tables with no tag as that means table header in
|
/* Drop tables with no tag as that means table header in
|
||||||
_hb_face_builder_reference_table */
|
_hb_face_builder_reference_table */
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user