From: Chong Yidong Date: Fri, 18 Nov 2005 19:11:19 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-22.0.90~5787 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d876a1479852af55fe83901c1381883a4cf89ea;p=emacs.git Fix typo. --- diff --git a/src/image.c b/src/image.c index c7bc71ee909..d020b2ac394 100644 --- a/src/image.c +++ b/src/image.c @@ -3755,7 +3755,7 @@ x_create_bitmap_from_xpm_data (f, bits) XpmFreeAttributes (&attrs); return id; } -#endif /* HAVE_X_WINDOWS */ +#endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */ /* Load image IMG which will be displayed on frame F. Value is non-zero if successful. */