diff --git a/MagickWand/mogrify.c b/MagickWand/mogrify.c
index 7e75fbe..945ca11 100644
--- a/MagickWand/mogrify.c
+++ b/MagickWand/mogrify.c
@@ -1870,7 +1870,8 @@
             if ((*option == '+') || ((flags & AspectValue) != 0))
               (void) LevelizeImage(*image,black_point,white_point,gamma);
             else
-              (void) LevelImage(*image,black_point,white_point,gamma);
+              (void) LevelImage(*image,black_point,white_point,gamma,
+                exception);
             InheritException(exception,&(*image)->exception);
             break;
           }