commit | df75151e3fa2cb3cea18da4df157390e964bf16c | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Aug 17 14:19:12 2013 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Aug 17 14:19:12 2013 +0000 |
tree | baba56214a1cce6d7938235635652916590a9cb5 | |
parent | 5965b4960fada91283e62d9a33348db18339aa38 [diff] [blame] |
diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 4549bb6..c7c2222 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c
@@ -205,7 +205,7 @@ (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;