Fix typo in hb-subset.h

This commit is contained in:
Garret Rieger 2018-01-30 18:39:41 -08:00 committed by Rod Sheeter
parent 76351518ca
commit c02573516c

View File

@ -80,7 +80,7 @@ hb_subset_face_destroy(hb_subset_face_t *face);
HB_EXTERN hb_bool_t
hb_subset(hb_subset_profile_t *profile,
hb_subset_input_t *input,
hb_subset_face_t *face
hb_subset_face_t *face,
hb_blob_t *result /* OUT */);
HB_END_DECLS