From 8f0fbc054a05e52956eb4c6ae9100ce6557ca7e4 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 31 Mar 2012 16:31:42 +0000 Subject: [PATCH] --- coders/xcf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coders/xcf.c b/coders/xcf.c index cccba7b13..9e425e359 100644 --- a/coders/xcf.c +++ b/coders/xcf.c @@ -937,7 +937,7 @@ static MagickBooleanType ReadOneLayer(Image* image,XCFDocInfo* inDocInfo, return MagickTrue; } - + /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % @@ -1328,7 +1328,7 @@ static Image *ReadXCFImage(const ImageInfo *image_info,ExceptionInfo *exception) layer_info[j].offset_x, layer_info[j].offset_y ); layer_info[j].image =DestroyImage( layer_info[j].image ); - /* Bob says that if we do this, we'll get REAL gray images! */ + /* If we do this, we'll get REAL gray images! */ if ( image_type == GIMP_GRAY ) { QuantizeInfo qi; GetQuantizeInfo(&qi); -- 2.40.0