summaryrefslogtreecommitdiff
path: root/src/ftfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftfont.c')
-rw-r--r--src/ftfont.c2
1 files changed, 1 insertions, 1 deletions
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)