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
1 changed files with 1 additions and 0 deletions

View File

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