diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
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) | |||
| 7681 | image_error ("Error closing `%s': %s", | 7681 | image_error ("Error closing `%s': %s", |
| 7682 | img->spec, build_string (error_text)); | 7682 | img->spec, build_string (error_text)); |
| 7683 | #else | 7683 | #else |
| 7684 | image_error ("Error closing `%s'", img->spec); | 7684 | image_error ("Error closing `%s'", img->spec, Qnil); |
| 7685 | #endif | 7685 | #endif |
| 7686 | } | 7686 | } |
| 7687 | 7687 | ||