From c9fb5843c3913d8901bf29d4a67452f6182f4949 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 25 Apr 2011 17:04:09 +0000 Subject: [PATCH] --- coders/mat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/mat.c b/coders/mat.c index 0534abfdc..97309c64f 100644 --- a/coders/mat.c +++ b/coders/mat.c @@ -202,7 +202,7 @@ static void InsertComplexDoubleRow(double *p, int y, Image * image, double MinVa SetRedPixelComponent(q,QuantumRange); else SetRedPixelComponent(q,GetRedPixelComponent(q)+(int) f); - if ((int) f / 2.0 > GetGreenPixelCompoment(q)) + if ((int) f / 2.0 > GetGreenPixelComponent(q)) { SetGreenPixelComponent(q,0); SetBluePixelComponent(q,0); -- 2.40.0