diff src/ftfont.c @ 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 43ea66432bf9
children 90f8df2248ad
line wrap: on
line diff
--- 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)