]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 17 Dec 2017 20:55:33 +0000 (15:55 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sun, 17 Dec 2017 20:55:33 +0000 (15:55 -0500)
coders/ycbcr.c

index a60a0005e8875deb8d1d979a38917b0b12e9f08e..8855ade93b6ae223fb5f069e80beb9e1237f4214 100644 (file)
@@ -1086,8 +1086,8 @@ static MagickBooleanType WriteYCBCRImage(const ImageInfo *image_info,
         Open output image file.
       */
       assert(exception != (ExceptionInfo *) NULL);
-  assert(exception->signature == MagickCoreSignature);
-  status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
+      assert(exception->signature == MagickCoreSignature);
+      status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
       if (status == MagickFalse)
         return(status);
     }