From cd1c527eee5dd8372252d04732c2c3946d475fd5 Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 16 May 2017 21:11:13 -0400 Subject: [PATCH] ... --- MagickWand/compare.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MagickWand/compare.c b/MagickWand/compare.c index 030cba990..eb405d1a6 100644 --- a/MagickWand/compare.c +++ b/MagickWand/compare.c @@ -106,11 +106,13 @@ static MagickBooleanType CompareUsage(void) "-rotate degrees apply Paeth rotation to the image", "-sigmoidal-contrast geometry", " increase the contrast without saturating highlights or", - "-trim trim image edges" + "-trim trim image edges", + (char *) NULL }, *sequence_operators[]= { - "-crop geometry cut out a rectangular region of the image" + "-crop geometry cut out a rectangular region of the image", + (char *) NULL }, *settings[]= { -- 2.40.0