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 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); |