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/html.c b/coders/html.c index b51fa3e..527e622 100644 --- a/coders/html.c +++ b/coders/html.c
@@ -250,7 +250,7 @@ if (status == MagickFalse) return(status); (void) CloseBlob(image); - if (IsRGBColorspace(image->colorspace) == MagickFalse) + if (IssRGBColorspace(image->colorspace) == MagickFalse) (void) TransformImageColorspace(image,sRGBColorspace,exception); *url='\0'; if ((LocaleCompare(image_info->magick,"FTP") == 0) ||