Typo
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 12 Jan 2009 15:30:03 +0000 (16:30 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 12 Jan 2009 15:30:03 +0000 (16:30 +0100)
Cython/Compiler/ModuleNode.py

index 488da6ff4cc01f230fde4b4c007ab1a221d16eec..697881fc06c860de5d069fc8c2666fd378d8c70a 100644 (file)
@@ -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")