]> code.delx.au - gnu-emacs/commitdiff
* ftfont.c (ftfont_list): Move misplaced #endif
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 5 Jul 2006 17:38:31 +0000 (17:38 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 5 Jul 2006 17:38:31 +0000 (17:38 +0000)
src/ChangeLog.unicode
src/ftfont.c

index 4080c0a6b3ad9f665ba6c43b54f81d019e3b75c2..7e34fb10b9ffae0f4154691be46258c1ff73f04a 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-05  Jan Dj\e,Ad\e(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
index fa5208312a84505f0bd53865a6af46e11a3ce671..b5b91d1ed30483dbcc35eaced3b64588655f035b 100644 (file)
@@ -477,8 +477,8 @@ ftfont_list (frame, spec)
 #else  /* not FC_CAPABILITY */
       if (! FcObjectSetAdd (objset, FC_CAPABILITY))
        goto err;
-    }
 #endif /* not FC_CAPABILITY */
+    }
 
   fontset = FcFontList (NULL, pattern, objset);
   if (! fontset)