This commit is contained in:
Behdad Esfahbod 2015-11-04 20:51:21 -08:00
parent 6c48ec830f
commit a6a7715bac
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ struct hb_font_funcs_t {
hb_bool_t immutable;
/* Don't access these directly. Call hb_font_get_*() instead. */
/* Don't access these directly. Call font->get_*() instead. */
struct {
#define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_func_t name;