From 28af11ea34404a57f22735df4dd2fbfca54c8f82 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 17 Nov 2011 17:17:42 +0000 Subject: [PATCH] --- coders/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/xc.c b/coders/xc.c index a363a616f..fa8c5ea75 100644 --- a/coders/xc.c +++ b/coders/xc.c @@ -136,7 +136,7 @@ static Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception) } image->colorspace=color.colorspace; image->matte=color.matte; - GetPixelinfo(image,&pixel); + GetPixelInfo(image,&pixel); SetPixelInfo(image,&color,&pixel); for (y=0; y < (ssize_t) image->rows; y++) { -- 2.50.1