From c9235aa44792b35f051cc0702576121743ca8e16 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Mon, 12 Jan 2009 16:30:03 +0100 Subject: [PATCH] Typo --- 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 488da6ff..697881fc 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -1647,7 +1647,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): code.putln("%s = NULL;" % Naming.retval_cname) code.put_label(code.return_label) code.put_finish_refcount_context(self.pos, env.qualified_name, - "NULL", Naming.retval_cname) + Naming.retval_cname, "NULL") code.putln("#if PY_MAJOR_VERSION < 3") code.putln("return;") code.putln("#else") -- 2.26.2