From: foobar Date: Wed, 4 Jun 2003 05:46:18 +0000 (+0000) Subject: MFH: no c++ comments and extra tabs. X-Git-Tag: php-4.3.3RC1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f50a67b870ed1167e2866f78609b77b5779cc04;p=php MFH: no c++ comments and extra tabs. --- diff --git a/ext/standard/dir.c b/ext/standard/dir.c index b7947030ce..0e03aff613 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -399,10 +399,10 @@ PHP_FUNCTION(glob) } #ifndef GLOB_NOMATCH - // now catch the FreeBSD style of "no matches" + /* now catch the FreeBSD style of "no matches" */ if (!globbuf.gl_pathc) { - array_init(return_value); - return; + array_init(return_value); + return; } #endif