Fix hb_shape_plan_get_shaper()

This commit is contained in:
Behdad Esfahbod 2012-11-22 14:15:08 -05:00
parent 4c89635765
commit 7c5b7fe686

View File

@ -304,4 +304,5 @@ retry:
const char *
hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan)
{
return shape_plan->shaper_name;
}