Minor
This commit is contained in:
parent
89ca8eeb83
commit
51bb498b7b
|
@ -577,6 +577,7 @@ hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
||||||
hb_tag_t table_tag,
|
hb_tag_t table_tag,
|
||||||
hb_set_t *lookup_indexes /* OUT */)
|
hb_set_t *lookup_indexes /* OUT */)
|
||||||
{
|
{
|
||||||
|
/* XXX Does the first part always succeed? */
|
||||||
HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
|
HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue