From: Robert Pluim Date: Mon, 18 Nov 2019 15:35:51 +0000 (+0100) Subject: ; Fix previous commit X-Git-Tag: emacs-27.0.90~576^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed52618e707682e812002c98b99efe4baf43e1ca;p=emacs.git ; Fix previous commit --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 4bab4059c35..25ef5dd248d 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -2228,7 +2228,7 @@ xg_get_file_name (struct frame *f, static char *x_last_font_name; -#if HAVE_GTK3 +#ifdef HAVE_GTK3 static gboolean xg_font_filter (const PangoFontFamily *family, const PangoFontFace *face,