Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 24, 2022
1 parent 88cec68 commit e5894b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/pixel.c
Expand Up @@ -6110,7 +6110,7 @@ MagickExport MagickBooleanType IsFuzzyEquivalencePixelInfo(const PixelInfo *p,
scale=(QuantumScale*p->alpha);
if (q->alpha_trait != UndefinedPixelTrait)
scale*=(QuantumScale*q->alpha);
if (scale <= MagickEpsilon )
if (scale <= MagickEpsilon)
return(MagickTrue);
}
/*
Expand Down

0 comments on commit e5894b6

Please sign in to comment.