From aeb9f6c16530950bd039ecda07d253244c8396c3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 18 Jun 2014 19:39:14 +0300 Subject: [PATCH] src/image.c: Another fix for last commit. Fixes: debbugs:17790 --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5