]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 Mar 2011 01:30:37 +0000 (01:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 Mar 2011 01:30:37 +0000 (01:30 +0000)
magick/pixel.c

index 56876b12c710539fec5e7e3c8689b40c3800b108..2bf40c46589ea03d9c33074008ba54ae21475ee7 100644 (file)
@@ -3414,7 +3414,7 @@ MagickExport MagickBooleanType ImportImagePixels(Image *image,
 %
 */
 
-static inline double MagickMax(const double x,const double y)
+static inline double MagickMax(const MagickRealType x,const MagickRealType y)
 {
   if (x > y)
     return(x);