From 70eac43346191a0b58a2447404d59c565adf47bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Tue, 7 Nov 2006 15:17:42 +0000 Subject: [PATCH] - No C++ comments (fix #39414) --- ext/spl/spl_iterators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 2d3f6bf24f..01d4d4233e 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -1512,7 +1512,7 @@ SPL_METHOD(RegexIterator, setMode) if (mode < 0 || mode >= REGIT_MODE_MAX) { zend_throw_exception_ex(spl_ce_InvalidArgumentException, 0 TSRMLS_CC, "Illegal mode %ld", mode); - return;// NULL + return;/* NULL */ } intern->u.regex.mode = mode; -- 2.50.1