Skip to content

Commit

Permalink
squash compuler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Apr 24, 2022
1 parent 78395b3 commit 6546dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ MagickExport MagickBooleanType InvokeDynamicImageFilter(const char *tag,
signature;

if ((*image)->debug != MagickFalse)
(void) LogMagickEvent(TransformnEvent,GetMagickModule(),
(void) LogMagickEvent(TransformEvent,GetMagickModule(),
"Invoking \"%s\" static image filter",tag);
signature=image_filter(image,argc,argv,exception);
if ((*image)->debug != MagickFalse)
Expand Down

0 comments on commit 6546dc8

Please sign in to comment.