]> granicus.if.org Git - imagemagick/commitdiff
Missing semicolon
authoranthony <anthony@git.imagemagick.org>
Tue, 30 Apr 2013 10:34:27 +0000 (10:34 +0000)
committeranthony <anthony@git.imagemagick.org>
Tue, 30 Apr 2013 10:34:27 +0000 (10:34 +0000)
MagickCore/colorspace.c

index 06be610d17c1afb075c1d50a227423b583f823f4..e92723ca2ff7197630d745a432a679e4f3117577 100644 (file)
@@ -3165,7 +3165,7 @@ static MagickBooleanType TransformsRGBImage(Image *image,
       for (i=0; i <= (ssize_t) MaxMap; i++)
       {
         x_map[i].x=0.99999999999914679361*(double) i;
-        y_map[i].x=0.5*(-1.2188941887145875e-06)*(2.00*(double) i-MaxMap)
+        y_map[i].x=0.5*(-1.2188941887145875e-06)*(2.00*(double) i-MaxMap);
         z_map[i].x=0.5*1.4019995886561440468*(2.00*(double) i-MaxMap);
         x_map[i].y=0.99999975910502514331*(double) i;
         y_map[i].y=0.5*(-0.34413567816504303521)*(2.00*(double) i-MaxMap);