From 6546dc84eb4097aa82584350858f4d1d94292b8d Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 24 Apr 2022 12:15:11 -0400 Subject: [PATCH] squash compuler warning --- magick/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magick/module.c b/magick/module.c index fd9d383d38..458866a19e 100644 --- a/magick/module.c +++ b/magick/module.c @@ -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)