diff --git a/src/ftcrfont.c b/src/ftcrfont.c index ae5b0a92eee..0718ca7a3d9 100644 --- a/src/ftcrfont.c +++ b/src/ftcrfont.c @@ -289,7 +289,7 @@ struct font_driver const ftcrfont_driver = .type = LISPSYM_INITIALLY (Qftcr), .get_cache = ftfont_get_cache, .list = ftcrfont_list, - .match = ftcrfont_match, +y .match = ftcrfont_match, .list_family = ftfont_list_family, .open = ftcrfont_open, .close = ftcrfont_close,