From 60820662c290f252f2a279cb0a2116811f4a8e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 5 Jul 2006 17:38:31 +0000 Subject: * ftfont.c (ftfont_list): Move misplaced #endif --- src/ftfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ftfont.c') diff --git a/src/ftfont.c b/src/ftfont.c index fa5208312a8..b5b91d1ed30 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -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) -- cgit v1.2.1