commit | 501c5597e8d10b6102a4566f2740f4166bdd545f | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Apr 18 12:45:09 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Apr 18 12:45:09 2012 +0000 |
tree | 0d437ca9df6734365e9439734d57972242ea16f9 | |
parent | 13098ad19f69f07d7c0919c8bf0198234449f007 [diff] [blame] |
diff --git a/coders/cip.c b/coders/cip.c index 75a47c5..04c87ee 100644 --- a/coders/cip.c +++ b/coders/cip.c
@@ -235,7 +235,7 @@ (void) FormatLocaleString(buffer,MaxTextExtent,"<Depth>2</Depth>\n"); (void) WriteBlobString(image,buffer); (void) WriteBlobString(image,"<Data>"); - if (IsRGBColorspace(image->colorspace) == MagickFalse) + if (IssRGBColorspace(image->colorspace) == MagickFalse) (void) TransformImageColorspace(image,sRGBColorspace,exception); for (y=0; y < (ssize_t) image->rows; y++) {