]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 29 Apr 2013 08:40:30 +0000 (08:40 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 29 Apr 2013 08:40:30 +0000 (08:40 +0000)
MagickCore/colorspace.c

index 3585f5dbc934721c5ae1fb103647a21dbdc205db..2ff9d68463ee5d323f3b9d227040c05ea51e198a 100644 (file)
@@ -130,7 +130,7 @@ static inline void ConvertXYZToLMS(const double x,const double y,
   assert(M != (double *) NULL);
   assert(S != (double *) NULL);
   l=0.7328f*x+0.4296f*y-0.1624f*z;
-  m=(-0.7036f*x+1.6975f*y+0.0.0061f*z);
+  m=(-0.7036f*x+1.6975f*y+0.0061f*z);
   s=0.0030f*x+0.0136f*y+0.9834f*z;
   *L=QuantumRange*l;
   *M=QuantumRange*m;