aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2018-12-17 19:10:09 +0200
committerEli Zaretskii2018-12-17 19:10:09 +0200
commitc69395243f804bd8470e1c97d15f5113e911697f (patch)
tree7a4425e0308465d695426e2940efd02970b3ce35 /src
parent0f4e05cbc6bf472fe5ac26bb4828b7b41b165014 (diff)
downloademacs-c69395243f804bd8470e1c97d15f5113e911697f.tar.gz
emacs-c69395243f804bd8470e1c97d15f5113e911697f.zip
Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/ftcrfont.c2
1 files changed, 1 insertions, 1 deletions
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 =
289 .type = LISPSYM_INITIALLY (Qftcr), 289 .type = LISPSYM_INITIALLY (Qftcr),
290 .get_cache = ftfont_get_cache, 290 .get_cache = ftfont_get_cache,
291 .list = ftcrfont_list, 291 .list = ftcrfont_list,
292y .match = ftcrfont_match, 292 .match = ftcrfont_match,
293 .list_family = ftfont_list_family, 293 .list_family = ftfont_list_family,
294 .open = ftcrfont_open, 294 .open = ftcrfont_open,
295 .close = ftcrfont_close, 295 .close = ftcrfont_close,