From: cristy Date: Sat, 31 Mar 2012 16:31:42 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5923 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f0fbc054a05e52956eb4c6ae9100ce6557ca7e4;p=imagemagick --- 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);