commit | cf12ee4f30a90a786183b9619af888209b670848 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Jun 14 11:02:23 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Jun 14 11:02:23 2012 +0000 |
tree | 6bc35d834ce0d505ea9e5649b9fe11b14901ea45 | |
parent | 42b04bfdf488c8a3da2b4e80952235268478f047 [diff] [blame] |
diff --git a/coders/null.c b/coders/null.c index 96088d1..afa7096 100644 --- a/coders/null.c +++ b/coders/null.c
@@ -130,7 +130,7 @@ GetPixelInfo(image,&background); background.alpha=(MagickRealType) TransparentAlpha; if (image->colorspace == CMYKColorspace) - ConvertRGBToCMYK(&background); + ConvertsRGBToCMYK(&background); for (y=0; y < (ssize_t) image->rows; y++) { q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);