From 20383d1f1742ad16de13103cef9fc04fba3fcab3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 3 Aug 2008 09:47:55 +0200 Subject: [PATCH] fixed string table tail mark --- Cython/Compiler/ModuleNode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 5329ec90..16188e5e 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -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( "};") -- 2.26.2