From 0d876a1479852af55fe83901c1381883a4cf89ea Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 18 Nov 2005 19:11:19 +0000 Subject: [PATCH] Fix typo. --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2