summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-06-18 19:39:14 +0300
committerEli Zaretskii <eliz@gnu.org>2014-06-18 19:39:14 +0300
commitaeb9f6c16530950bd039ecda07d253244c8396c3 (patch)
treed87f0f199dcf0f7744640cc799795b942025124d /src
parent4335f42176d2cc7a20ef0348ad3c28ab604f95b5 (diff)
downloademacs-aeb9f6c16530950bd039ecda07d253244c8396c3.tar.gz
src/image.c: Another fix for last commit.
Fixes: debbugs:17790
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 4e4447167d2..6eb30dbe813 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7681,7 +7681,7 @@ gif_load (struct frame *f, struct image *img)
image_error ("Error closing `%s': %s",
img->spec, build_string (error_text));
#else
- image_error ("Error closing `%s'", img->spec);
+ image_error ("Error closing `%s'", img->spec, Qnil);
#endif
}