fixed string table tail mark
authorStefan Behnel <scoder@users.berlios.de>
Sun, 3 Aug 2008 07:47:55 +0000 (09:47 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 3 Aug 2008 07:47:55 +0000 (09:47 +0200)
Cython/Compiler/ModuleNode.py

index 5329ec90a25fbdba5294ac54d32f17150455c30c..16188e5e89b134942a48ea4068422cc2369da899 100644 (file)
@@ -1467,7 +1467,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
                         entry.is_identifier
                         ))
             code.putln(
-                "{0, 0, 0, 0, 0}")
+                "{0, 0, 0, 0, 0, 0}")
             code.putln(
                 "};")