Make braces balanced throughout the whole file.

This commit is contained in:
Werner Lemberg 2008-10-07 18:13:23 +00:00
parent 570b1fdb84
commit cd91bf0acc
1 changed files with 4 additions and 1 deletions

View File

@ -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++ )