From: cristy Date: Mon, 1 Dec 2014 23:14:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01daf94e30f244893cac0fff34c4aa8705ffed25;p=imagemagick --- diff --git a/coders/sun.c b/coders/sun.c index 40f0a8a9c..0479a01b6 100644 --- a/coders/sun.c +++ b/coders/sun.c @@ -253,6 +253,7 @@ static Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception) *p; size_t + bytes_per_line, length; ssize_t @@ -266,9 +267,6 @@ static Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception) *sun_data, *sun_pixels; - unsigned int - bytes_per_line; - /* Open image file. */