(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 10 Jul 2013 23:57:14 +0000 (23:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 10 Jul 2013 23:57:14 +0000 (23:57 +0000)
MagickCore/option.c

index 605112ef22c60d46d3b373b23a76c323087dd2e5..d4522a473618d4c55db391a05b2aab93ca283221 100644 (file)
@@ -1324,7 +1324,7 @@ static const OptionInfo
   },
   MetricOptions[] =
   {
-    { "Undefined", UndefinedMetric, UndefinedOptionFlag, MagickTrue },
+    { "Undefined", UndefinedErrorMetric, UndefinedOptionFlag, MagickTrue },
     { "AE", AbsoluteErrorMetric, UndefinedOptionFlag, MagickFalse },
     { "Fuzz", FuzzErrorMetric, UndefinedOptionFlag, MagickFalse },
     { "MAE", MeanAbsoluteErrorMetric, UndefinedOptionFlag, MagickFalse },
@@ -1334,7 +1334,7 @@ static const OptionInfo
     { "PAE", PeakAbsoluteErrorMetric, UndefinedOptionFlag, MagickFalse },
     { "PSNR", PeakSignalToNoiseRatioMetric, UndefinedOptionFlag, MagickFalse },
     { "RMSE", RootMeanSquaredErrorMetric, UndefinedOptionFlag, MagickFalse },
-    { (char *) NULL, UndefinedMetric, UndefinedOptionFlag, MagickFalse }
+    { (char *) NULL, UndefinedErrorMetric, UndefinedOptionFlag, MagickFalse }
   },
   MethodOptions[] =
   {