From dc4302546a264210c69d38175da423d22205580c Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 14 Jun 2019 21:20:28 +0200 Subject: [PATCH] Code cleanup. --- coders/heic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coders/heic.c b/coders/heic.c index c7db03a73..ed59192e8 100644 --- a/coders/heic.c +++ b/coders/heic.c @@ -447,7 +447,8 @@ static Image *ReadHEICImage(const ImageInfo *image_info, Decode HEIF file */ heif_context=heif_context_alloc(); - error=heif_context_read_from_memory_without_copy(heif_context,file_data,length,NULL); + error=heif_context_read_from_memory_without_copy(heif_context,file_data, + length,NULL); if (IsHeifSuccess(&error,image,exception) == MagickFalse) { heif_context_free(heif_context); -- 2.40.0