diff options
-rw-r--r-- | src/ftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index 84e4a303899..8f048d2983b 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -768,7 +768,7 @@ ftfont_spec_pattern (Lisp_Object spec, char *otlayout, struct OpenTypeSpec **ots /* We really don't like color fonts, they cause Xft crashes. See Bug#30874. */ if (Vxft_ignore_color_fonts - && ! FcPatternAddBool(pattern, FC_COLOR, FcFalse)) + && ! FcPatternAddBool (pattern, FC_COLOR, FcFalse)) goto err; #endif |