]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 15 Dec 2014 19:51:36 +0000 (19:51 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 15 Dec 2014 19:51:36 +0000 (19:51 +0000)
coders/pnm.c

index 94de09c278e497d85f494a761ee9132c8ab45cc4..50a8a2dbbf4e82dcc817713481ee0bff3539679a 100644 (file)
@@ -206,7 +206,6 @@ static unsigned int PNMInteger(Image *image,const unsigned int base,
   */
   value=0;
   while (isdigit(c) != 0) {
-  {
     if (value > (unsigned int) (INT_MAX/10))
       break;
     value*=10;