]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 16 Apr 2010 16:20:30 +0000 (16:20 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 16 Apr 2010 16:20:30 +0000 (16:20 +0000)
magick/colorspace.c

index 3039cc6438079613105aa5171f1395f19b66a52a..6eeae0df8012760b7cb221e2d2d9db1c3d0e7b7f 100644 (file)
@@ -1246,6 +1246,7 @@ static inline void ConvertLabToXYZ(const double L,const double a,const double b,
   double *X,double *Y,double *Z)
 {
   double
+    cube,
     x,
     y,
     z;