1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.

This commit is contained in:
Eli Zaretskii 2018-04-03 19:59:40 +03:00 committed by Robert Pluim
parent 97d61f878e
commit acaebed014

View file

@ -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 /* We really don't like color fonts, they cause Xft crashes. See
Bug#30874. */ Bug#30874. */
if (Vxft_ignore_color_fonts if (Vxft_ignore_color_fonts
&& ! FcPatternAddBool(pattern, FC_COLOR, FcFalse)) && ! FcPatternAddBool (pattern, FC_COLOR, FcFalse))
goto err; goto err;
#endif #endif