From b63e7754f8e4fed13453bc27d1562af393960f39 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 2 Jul 2017 13:22:01 -0400 Subject: [PATCH] ... --- PerlMagick/Magick.xs | 2 +- PerlMagick/quantum/quantum.xs.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PerlMagick/Magick.xs b/PerlMagick/Magick.xs index 3a703a613..2e10c8dc9 100644 --- a/PerlMagick/Magick.xs +++ b/PerlMagick/Magick.xs @@ -11418,7 +11418,7 @@ Mogrify(ref,...) method=UndefinedThresholdMethod; if (attribute_flag[0] != 0) - method=(AuthoThresholdMethod) argument_list[0].integer_reference; + method=(AutoThresholdMethod) argument_list[0].integer_reference; (void) AutoThresholdImage(image,method,exception); break; } diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in index c587ae3c3..57b652671 100644 --- a/PerlMagick/quantum/quantum.xs.in +++ b/PerlMagick/quantum/quantum.xs.in @@ -11415,7 +11415,7 @@ Mogrify(ref,...) method=UndefinedThresholdMethod; if (attribute_flag[0] != 0) - method=(AuthoThresholdMethod) argument_list[0].integer_reference; + method=(AutoThresholdMethod) argument_list[0].integer_reference; (void) AutoThresholdImage(image,method,exception); break; } -- 2.40.0