From: cristy Date: Sat, 17 Aug 2013 14:19:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df75151e3fa2cb3cea18da4df157390e964bf16c;p=imagemagick --- diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 4549bb6c5..c7c2222e6 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -205,7 +205,7 @@ MagickPrivate FxInfo *AcquireFxInfo(const Image *image,const char *expression, (void) SubstituteString(&fx_info->expression,"E-1.0*","E-"); (void) SubstituteString(&fx_info->expression,"e-1.0*","e-"); /* - Convert complex to simple operators. + Convert compound to simple operators. */ fx_op[1]='\0'; *fx_op=(char) LeftShiftOperator;