From: glennrp Date: Wed, 22 Jul 2015 19:27:21 +0000 (+0000) Subject: Shorten PNG00 description to 80 charactes X-Git-Tag: 7.0.1-0~773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698aab67f255491ec6bd984c9d0163990df57622;p=imagemagick Shorten PNG00 description to 80 charactes --- diff --git a/coders/png.c b/coders/png.c index 338377437..a03222fe7 100644 --- a/coders/png.c +++ b/coders/png.c @@ -7491,7 +7491,7 @@ ModuleExport size_t RegisterPNGImage(void) (void) RegisterMagickInfo(entry); entry=AcquireMagickInfo("PNG","PNG00", - "PNG inheriting bit-depth and color-type from original, if possible"); + "PNG inheriting bit-depth, color-type from original, if possible"); #if defined(MAGICKCORE_PNG_DELEGATE) entry->decoder=(DecodeImageHandler *) ReadPNGImage;