aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfont.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/macfont.m')
-rw-r--r--src/macfont.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macfont.m b/src/macfont.m
index 2b7f963fd61..301951f34a5 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -1663,8 +1663,8 @@ static struct font_driver macfont_driver =
1663 .match = macfont_match, 1663 .match = macfont_match,
1664 .list_family = macfont_list_family, 1664 .list_family = macfont_list_family,
1665 .free_entity = macfont_free_entity, 1665 .free_entity = macfont_free_entity,
1666 .open = macfont_open, 1666 .open_font = macfont_open,
1667 .close = macfont_close, 1667 .close_font = macfont_close,
1668 .has_char = macfont_has_char, 1668 .has_char = macfont_has_char,
1669 .encode_char = macfont_encode_char, 1669 .encode_char = macfont_encode_char,
1670 .text_extents = macfont_text_extents, 1670 .text_extents = macfont_text_extents,