$OpenBSD: patch-pngcrush_c,v 1.2 2013/07/19 08:39:10 benoit Exp $
--- pngcrush.c.orig	Wed Jul 17 04:08:58 2013
+++ pngcrush.c	Fri Jul 19 10:04:51 2013
@@ -6162,6 +6162,7 @@ int main(int argc, char *argv[])
                          * a png_uint_32, by limiting the width and height used
                          * to 15 bits.
                          */
+			{
                         png_uint_32 rowbytes;
                         png_uint_32 h = height;
 
@@ -6217,6 +6218,7 @@ int main(int argc, char *argv[])
                         else
                            max_bytes = 0x3fffffffU;
 
+			}
                         required_window = (png_uint_32) (max_bytes + 262);
 
                         zbuf_size =
