(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 13 Jun 2013 12:28:16 +0000 (12:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 13 Jun 2013 12:28:16 +0000 (12:28 +0000)
MagickCore/attribute.c

index 110ce274abafb513e34e271b5d5254835e8e5f11..9d7d0a6e14d709879500da8f7818eb037876d9be 100644 (file)
@@ -232,7 +232,6 @@ MagickExport RectangleInfo GetImageBoundingBox(const Image *image,
       if (bounding_box.height > bounds.height)
         bounds.height=bounding_box.height;
     }
-  }
   image_view=DestroyCacheView(image_view);
   if ((bounds.width == 0) || (bounds.height == 0))
     (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning,