Minor changes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@566 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ea8496bd99
commit
fca258c90f
1 changed files with 1 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue