Commit 20383d1f authored by Stefan Behnel's avatar Stefan Behnel

fixed string table tail mark

parent da92d8a8
...@@ -1467,7 +1467,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): ...@@ -1467,7 +1467,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
entry.is_identifier entry.is_identifier
)) ))
code.putln( code.putln(
"{0, 0, 0, 0, 0}") "{0, 0, 0, 0, 0, 0}")
code.putln( code.putln(
"};") "};")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment