From: cristy Date: Mon, 29 Apr 2013 08:40:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bce0c6daadb6184270646623a97dcb0c3e806da;p=imagemagick --- diff --git a/MagickCore/colorspace.c b/MagickCore/colorspace.c index 3585f5dbc..2ff9d6846 100644 --- a/MagickCore/colorspace.c +++ b/MagickCore/colorspace.c @@ -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;