aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-15 18:03:56 +0200
committerLars Magne Ingebrigtsen2013-08-15 18:03:56 +0200
commitf196836bc040fc9f36484c4d036a8a71870cdbf7 (patch)
treea20b95f1cf3a8ddce8e87dea21204de1c6db98c1 /src
parent995be755ab5fb225325ec912c53dcd49ae1c939a (diff)
downloademacs-f196836bc040fc9f36484c4d036a8a71870cdbf7.tar.gz
emacs-f196836bc040fc9f36484c4d036a8a71870cdbf7.zip
Further image.c compilation warning fixes
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index c9ad4c8ef76..21b6f8979ee 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7890,7 +7890,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino)
7890 MagickWand *sub_wand; 7890 MagickWand *sub_wand;
7891 PixelIterator *source_iterator, *dest_iterator; 7891 PixelIterator *source_iterator, *dest_iterator;
7892 PixelWand **source, **dest; 7892 PixelWand **source, **dest;
7893 unsigned long source_width, dest_width; 7893 size_t source_width, dest_width;
7894 MagickPixelPacket pixel; 7894 MagickPixelPacket pixel;
7895 7895
7896 MagickSetIteratorIndex (super_wand, i); 7896 MagickSetIteratorIndex (super_wand, i);