From fca258c90f9e2f59dba8eb62596ff5217747aed6 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 11 Jul 2000 15:04:16 +0000 Subject: [PATCH] Minor changes. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@566 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules1.1/python.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SWIG/Source/Modules1.1/python.cxx b/SWIG/Source/Modules1.1/python.cxx index 3733a115e..8d2c846e4 100644 --- a/SWIG/Source/Modules1.1/python.cxx +++ b/SWIG/Source/Modules1.1/python.cxx @@ -849,8 +849,7 @@ void PYTHON::create_function(char *name, char *iname, DataType *d, ParmList *l) Printf(parse_args,":%s\"", iname); Printv(parse_args, - arglist, ")) \n", - tab8, "return NULL;\n", + arglist, ")) return NULL;\n", 0); strcpy(self_name,convert_self(f));