]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 8 Apr 2010 14:57:15 +0000 (14:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 8 Apr 2010 14:57:15 +0000 (14:57 +0000)
magick/profile.c

index 216e1104bf86ceda563afc65ea261ac70027ceab..c45030115c61e261860e1827b20eaebec3732e72 100644 (file)
@@ -1177,8 +1177,7 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name,
         transform=AcquireTransformThreadSet(source_profile,source_type,
           target_profile,target_type,intent,flags);
         if (transform == (cmsHTRANSFORM *) NULL)
-          ThrowBinaryException(ImageError,"UnableToCreateColorTransform",
-            name);
+          ThrowBinaryException(ImageError,"UnableToCreateColorTransform",name);
         /*
           Transform image as dictated by the source and target image profiles.
         */