From 01daf94e30f244893cac0fff34c4aa8705ffed25 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 1 Dec 2014 23:14:00 +0000 Subject: [PATCH] --- coders/sun.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. */ -- 2.40.0