shithub: freetype+ttf2subf

Download patch

ref: 61d83d0938555af19336bb56bc8d42a7046ba043
parent: 250c01d40a813526ac7dd1ff04717f98cc3cd6a5
author: Werner Lemberg <[email protected]>
date: Fri Jan 18 00:19:20 EST 2008

Oops!

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/tools/docmaker/formatter.py
+++ b/src/tools/docmaker/formatter.py
@@ -26,7 +26,6 @@
         # store all blocks in a dictionary
         self.blocks = []
         for section in self.sections:
-            self.add_identifier( section.name, section );
             for block in section.blocks.values():
                 self.add_identifier( block.name, block )