shithub: freetype+ttf2subf

Download patch

ref: cd91bf0accc5f9680d07d3320f54bbedcd928b0b
parent: 570b1fdb84297903af5c3d404d3d047faf14ddd3
author: Werner Lemberg <[email protected]>
date: Tue Oct 7 14:13:23 EDT 2008

Make braces balanced throughout the whole file.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/autofit/aflatin2.c
+++ b/src/autofit/aflatin2.c
@@ -4,7 +4,7 @@
 /*                                                                         */
 /*    Auto-fitter hinting routines for latin script (body).                */
 /*                                                                         */
-/*  Copyright 2003, 2004, 2005, 2006, 2007 by                              */
+/*  Copyright 2003, 2004, 2005, 2006, 2007, 2008 by                        */
 /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
 /*                                                                         */
 /*  This file is part of the FreeType project, and may only be used,       */
@@ -944,6 +944,9 @@
           }
         }
     }
+#if 0
+    }
+#endif
 
     /* now, compute the `serif' segments */
     for ( seg1 = segments; seg1 < segment_limit; seg1++ )