changeset 66994:f7e79cfcfc4f

Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 18 Nov 2005 19:11:19 +0000
parents d621651aacea
children e10f2e7919f0
files src/image.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/image.c	Fri Nov 18 17:05:44 2005 +0000
+++ b/src/image.c	Fri Nov 18 19:11:19 2005 +0000
@@ -3755,7 +3755,7 @@
   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.  */