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:
Kevin Ruland 2005-10-05 14:11:35 +00:00
commit cbab331e47

View file

@ -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");