From f16e5e2ddf191d5ee37c67d441e6b1a792f94a37 Mon Sep 17 00:00:00 2001 From: glennrp Date: Fri, 27 Sep 2013 19:20:10 +0000 Subject: [PATCH] Removed stray "diff" line from coders/png.c --- coders/png.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coders/png.c b/coders/png.c index 733e469b8..9261963f9 100644 --- a/coders/png.c +++ b/coders/png.c @@ -9262,8 +9262,6 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info, (void) LogMagickEvent(CoderEvent,GetMagickModule(), " Merging two dark red background colors to 3-3-2-1"); -9196a9187,9190 - if (ScaleQuantumToChar(image->background_color.red) == 0x49 && ScaleQuantumToChar(image->background_color.green) == 0x00 && ScaleQuantumToChar(image->background_color.blue) == 0x00) -- 2.40.0