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/sun.c b/coders/sun.c index 268e444..a4c0ff1 100644 --- a/coders/sun.c +++ b/coders/sun.c
@@ -761,7 +761,7 @@ /* Initialize SUN raster file header. */ - if (IsRGBColorspace(image->colorspace) == MagickFalse) + if (IssRGBColorspace(image->colorspace) == MagickFalse) (void) TransformImageColorspace(image,sRGBColorspace,exception); sun_info.magic=0x59a66a95; if ((image->columns != (unsigned int) image->columns) ||