From 0f4e05cbc6bf472fe5ac26bb4828b7b41b165014 Mon Sep 17 00:00:00 2001 From: Mike Kupfer Date: Sun, 16 Dec 2018 21:18:04 -0800 Subject: [PATCH] * src/ftcrfont.c (ftcrfont_driver): Really commit last change. --- src/ftcrfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2