From: cristy Date: Sun, 9 Oct 2011 01:24:57 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6852 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a26211e1cb47f8abfe6ceb34506e85a66525f81c;p=imagemagick --- diff --git a/MagickCore/shear.c b/MagickCore/shear.c index 766bcddf2..ca89ddfd1 100644 --- a/MagickCore/shear.c +++ b/MagickCore/shear.c @@ -1099,12 +1099,12 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations, register const Quantum *restrict p; - register ssize_t - y; - register Quantum *restrict q; + register ssize_t + y; + size_t height, width;