diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftcrfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = | |||
| 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, |
| 292 | .match = ftcrfont_match, | 292 | y .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, |