From 0b2fa90702bfd2856a28af5553598e2ba121810e Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 21 Sep 2018 20:35:28 -0400 Subject: [PATCH] ... --- coders/tga.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coders/tga.c b/coders/tga.c index c95eedbe6d1..d17f46f4564 100644 --- a/coders/tga.c +++ b/coders/tga.c @@ -142,8 +142,7 @@ static MagickBooleanType % o exception: return any errors or warnings in this structure. % */ -static Image *ReadTGAImage(const ImageInfo *image_info, - ExceptionInfo *exception) +static Image *ReadTGAImage(const ImageInfo *image_info,ExceptionInfo *exception) { Image *image;