aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2005-11-18 19:11:19 +0000
committerChong Yidong2005-11-18 19:11:19 +0000
commit0d876a1479852af55fe83901c1381883a4cf89ea (patch)
treecdb79a83b03004a5bdcb32803620dcae18dedfa8 /src
parentc5d36b039dfb513fc64d20f265717c841e98d0b2 (diff)
downloademacs-0d876a1479852af55fe83901c1381883a4cf89ea.tar.gz
emacs-0d876a1479852af55fe83901c1381883a4cf89ea.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
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)
3755 XpmFreeAttributes (&attrs); 3755 XpmFreeAttributes (&attrs);
3756 return id; 3756 return id;
3757} 3757}
3758#endif /* HAVE_X_WINDOWS */ 3758#endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */
3759 3759
3760/* Load image IMG which will be displayed on frame F. Value is 3760/* Load image IMG which will be displayed on frame F. Value is
3761 non-zero if successful. */ 3761 non-zero if successful. */