From: Eli Zaretskii Date: Mon, 17 Dec 2018 17:10:09 +0000 (+0200) Subject: Fix last change. X-Git-Tag: emacs-27.0.90~2671^2~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c69395243f804bd8470e1c97d15f5113e911697f;p=emacs.git Fix last change. --- 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,