From: Eli Zaretskii Date: Wed, 18 Jun 2014 16:57:26 +0000 (+0300) Subject: src/image.c: Yet another fix for last commit. X-Git-Tag: emacs-24.3.92~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e776a63014abedb2893e89f0abcc87922fe5dcf8;p=emacs.git src/image.c: Yet another fix for last commit. Fixes: debbugs:17790 --- diff --git a/src/image.c b/src/image.c index 6eb30dbe813..13efc80ab26 100644 --- a/src/image.c +++ b/src/image.c @@ -7343,6 +7343,7 @@ gif_close (GifFileType *gif, int *err) *err = gif->Error; #endif #endif + return retval; } /* Load GIF image IMG for use on frame F. Value is true if