From 0f8bcf3243ba5bddb458006f56ee116c57546b39 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 11 Jan 2012 01:27:20 +0000 Subject: [PATCH] --- coders/raw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coders/raw.c b/coders/raw.c index bc965ace6..c5f2dd07f 100644 --- a/coders/raw.c +++ b/coders/raw.c @@ -94,8 +94,7 @@ static MagickBooleanType % o exception: return any errors or warnings in this structure. % */ -static Image *ReadRAWImage(const ImageInfo *image_info, - ExceptionInfo *exception) +static Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception) { Image *canvas_image, -- 2.40.0