From: Eli Zaretskii Date: Wed, 18 Jun 2014 16:39:14 +0000 (+0300) Subject: src/image.c: Another fix for last commit. X-Git-Tag: emacs-24.3.92~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aeb9f6c16530950bd039ecda07d253244c8396c3;p=emacs.git src/image.c: Another fix for last commit. Fixes: debbugs:17790 --- 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 }