Minor
This commit is contained in:
parent
4e09fb8f7a
commit
f70f994112
|
@ -31,7 +31,7 @@ static const char *font_path = "fonts/cv01.otf";
|
||||||
static hb_face_t *face;
|
static hb_face_t *face;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_ot_layout_feature_get_name_ids_and_characters ()
|
test_ot_layout_feature_get_name_ids_and_characters (void)
|
||||||
{
|
{
|
||||||
hb_tag_t cv01 = HB_TAG ('c','v','0','1');
|
hb_tag_t cv01 = HB_TAG ('c','v','0','1');
|
||||||
unsigned int feature_index;
|
unsigned int feature_index;
|
||||||
|
|
Loading…
Reference in New Issue