[util] Format --list-features

This commit is contained in:
Behdad Esfahbod 2023-01-16 11:07:03 -07:00
parent 0f4da85074
commit ad6b9c417d
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ _list_features (hb_face_t *face)
printf (" Feature: %c%c%c%c", HB_UNTAG (feature_array[feature_index]));
if (*name)
printf (" %s", name);
printf (" \"%s\"", name);
printf ("\n");
}