diff options
| author | Eli Zaretskii | 2014-06-18 19:57:26 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-18 19:57:26 +0300 |
| commit | e776a63014abedb2893e89f0abcc87922fe5dcf8 (patch) | |
| tree | 3998b24e55d4e4104eb144f68cb805eabad4d646 | |
| parent | aeb9f6c16530950bd039ecda07d253244c8396c3 (diff) | |
| download | emacs-e776a63014abedb2893e89f0abcc87922fe5dcf8.tar.gz emacs-e776a63014abedb2893e89f0abcc87922fe5dcf8.zip | |
src/image.c: Yet another fix for last commit.
Fixes: debbugs:17790
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 7343 | *err = gif->Error; | 7343 | *err = gif->Error; |
| 7344 | #endif | 7344 | #endif |
| 7345 | #endif | 7345 | #endif |
| 7346 | return retval; | ||
| 7346 | } | 7347 | } |
| 7347 | 7348 | ||
| 7348 | /* Load GIF image IMG for use on frame F. Value is true if | 7349 | /* Load GIF image IMG for use on frame F. Value is true if |