mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
Added missing magick_fallthrough.
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user