aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorEli Zaretskii2014-06-18 19:39:14 +0300
committerEli Zaretskii2014-06-18 19:39:14 +0300
commitaeb9f6c16530950bd039ecda07d253244c8396c3 (patch)
treed87f0f199dcf0f7744640cc799795b942025124d /src/image.c
parent4335f42176d2cc7a20ef0348ad3c28ab604f95b5 (diff)
downloademacs-aeb9f6c16530950bd039ecda07d253244c8396c3.tar.gz
emacs-aeb9f6c16530950bd039ecda07d253244c8396c3.zip
src/image.c: Another fix for last commit.
Fixes: debbugs:17790
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 4e4447167d2..6eb30dbe813 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7681,7 +7681,7 @@ gif_load (struct frame *f, struct image *img)
7681 image_error ("Error closing `%s': %s", 7681 image_error ("Error closing `%s': %s",
7682 img->spec, build_string (error_text)); 7682 img->spec, build_string (error_text));
7683#else 7683#else
7684 image_error ("Error closing `%s'", img->spec); 7684 image_error ("Error closing `%s'", img->spec, Qnil);
7685#endif 7685#endif
7686 } 7686 }
7687 7687