From c90d70da45a99d4a85f65ced17135c6c69b2067d Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 3 Nov 2012 23:53:13 +0000 Subject: [PATCH] --- MagickCore/fx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MagickCore/fx.c b/MagickCore/fx.c index fe226dddc..8536621e4 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -2632,8 +2632,7 @@ static double FxEvaluateSubexpression(FxInfo *fx_info, exception); if (alpha == 0.0) return(1.0); - gamma=(double) (2.0*j1((double) (MagickPI*alpha))/(MagickPI* - alpha)); + gamma=(double) (2.0*j1((double) (MagickPI*alpha))/(MagickPI*alpha)); return(gamma); } #endif -- 2.50.1