From 12560f31d66b4ef4afdcff2c20807c555dcf2f7d Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 3 Jun 2010 16:51:08 +0000 Subject: [PATCH] --- coders/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/png.c b/coders/png.c index f0f8e3eb7..888b04ddb 100644 --- a/coders/png.c +++ b/coders/png.c @@ -4384,7 +4384,7 @@ static Image *ReadMNGImage(const ImageInfo *image_info,ExceptionInfo *exception) for ( ; i < 256; i++) mng_info->global_trns[i]=255; #endif - mng_info->global_trns_length=(usnigned int) length; + mng_info->global_trns_length=(unsigned int) length; chunk=(unsigned char *) RelinquishMagickMemory(chunk); continue; } -- 2.50.1