comparison 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
comparison
equal deleted inserted replaced
90517:8d91029af77a 90518:64c755511769
475 #ifndef FC_CAPABILITY 475 #ifndef FC_CAPABILITY
476 goto finish; 476 goto finish;
477 #else /* not FC_CAPABILITY */ 477 #else /* not FC_CAPABILITY */
478 if (! FcObjectSetAdd (objset, FC_CAPABILITY)) 478 if (! FcObjectSetAdd (objset, FC_CAPABILITY))
479 goto err; 479 goto err;
480 }
481 #endif /* not FC_CAPABILITY */ 480 #endif /* not FC_CAPABILITY */
481 }
482 482
483 fontset = FcFontList (NULL, pattern, objset); 483 fontset = FcFontList (NULL, pattern, objset);
484 if (! fontset) 484 if (! fontset)
485 goto err; 485 goto err;
486 486