summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ruland <kruland@sunflower.com>2005-10-05 14:11:35 +0000
committerKevin Ruland <kruland@sunflower.com>2005-10-05 14:11:35 +0000
commitada2b47e886771b9e8c8b86be9090b726c1e70f0 (patch)
treee3a5dc70a8181598e57e59c380f21889cad7a5df
parente144444f212e8a45ea48a31676250d48d44f4606 (diff)
downloadswig-ada2b47e886771b9e8c8b86be9090b726c1e70f0.tar.gz
Fixed error in Printv in functionWrapper.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--SWIG/Source/Modules/php4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/SWIG/Source/Modules/php4.cxx b/SWIG/Source/Modules/php4.cxx
index a214e57cf..cc23bb8ce 100644
--- a/SWIG/Source/Modules/php4.cxx
+++ b/SWIG/Source/Modules/php4.cxx
@@ -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");