Fixed error in Printv in functionWrapper.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
50543e36d1
commit
cbab331e47
1 changed files with 1 additions and 1 deletions
|
|
@ -1216,7 +1216,7 @@ public:
|
|||
/* Error handling code */
|
||||
Printf(f->code,"fail:\n");
|
||||
Printv(f->code,cleanup,NIL);
|
||||
Printv(f->code,"zend_error(ErrorCode(),ErrorMsg());");
|
||||
Printv(f->code,"zend_error(ErrorCode(),ErrorMsg());",NIL);
|
||||
|
||||
Printf(f->code, "}\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue