Added missing magick_fallthrough.

This commit is contained in:
Dirk Lemstra
2025-05-13 14:57:57 +02:00
parent 8449ac44e8
commit 2dbd0cc4f7
+1
View File
@@ -1266,6 +1266,7 @@ WandExport MagickBooleanType CompareImagesCommand(ImageInfo *image_info,
(void) ThrowMagickException(exception,GetMagickModule(),ImageError,
CompareSpatialEquivalentException,"(%s)",CommandOptionToMnemonic(
MagickMetricOptions,(ssize_t) metric));
magick_fallthrough;
}
case NormalizedCrossCorrelationErrorMetric:
{