Mercurial > emacs
changeset 90518:64c755511769
* ftfont.c (ftfont_list): Move misplaced #endif
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Wed, 05 Jul 2006 17:38:31 +0000 |
parents | 8d91029af77a |
children | 138ce2701550 |
files | src/ChangeLog.unicode src/ftfont.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Wed Jul 05 11:28:46 2006 +0000 +++ b/src/ChangeLog.unicode Wed Jul 05 17:38:31 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * ftfont.c (ftfont_list): Move misplaced #endif + 2006-07-05 Kenichi Handa <handa@m17n.org> * ftfont.c (ftfont_list): Pay attention to the case that
--- a/src/ftfont.c Wed Jul 05 11:28:46 2006 +0000 +++ b/src/ftfont.c Wed Jul 05 17:38:31 2006 +0000 @@ -477,8 +477,8 @@ #else /* not FC_CAPABILITY */ if (! FcObjectSetAdd (objset, FC_CAPABILITY)) goto err; +#endif /* not FC_CAPABILITY */ } -#endif /* not FC_CAPABILITY */ fontset = FcFontList (NULL, pattern, objset); if (! fontset)