From 7017b9f23bfa51f9217581b8a3585049a6e0ae1b Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 5 Dec 2016 18:58:09 -0500 Subject: [PATCH] ... --- PerlMagick/quantum/quantum.xs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index 5f8299410..e9a391f3c 100644 --- a/PerlMagick/quantum/quantum.xs.in +++ b/PerlMagick/quantum/quantum.xs.in @@ -11340,7 +11340,7 @@ Mogrify(ref,...) colorspace=sRGBColorspace; if (attribute_flag[0] != 0) colorspace=(ColorspaceType) argument_list[0].integer_reference; - (void) TransformImageColormap(image,colorspace,exception); + (void) TransformImageColorspace(image,colorspace,exception); break; } } -- 2.40.0