From c69395243f804bd8470e1c97d15f5113e911697f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 17 Dec 2018 19:10:09 +0200 Subject: [PATCH] Fix last change. --- src/ftcrfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftcrfont.c b/src/ftcrfont.c index 0718ca7a3d9..ae5b0a92eee 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, -y .match = ftcrfont_match, + .match = ftcrfont_match, .list_family = ftfont_list_family, .open = ftcrfont_open, .close = ftcrfont_close, -- 2.39.2