diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index b8a640a9391..490ede60e35 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -6106,7 +6106,6 @@ png_load (f, img) | |||
| 6106 | { | 6106 | { |
| 6107 | image_error ("Cannot open image file `%s'", file, Qnil); | 6107 | image_error ("Cannot open image file `%s'", file, Qnil); |
| 6108 | UNGCPRO; | 6108 | UNGCPRO; |
| 6109 | fclose (fp); | ||
| 6110 | return 0; | 6109 | return 0; |
| 6111 | } | 6110 | } |
| 6112 | 6111 | ||