From: foobar Date: Wed, 4 Jun 2003 05:45:54 +0000 (+0000) Subject: No C++ comments and extra tabs. X-Git-Tag: RELEASE_1_0_2~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde80076ec2ce5e1a2e6629b59d31956d3cb55db;p=php No C++ comments and extra tabs. --- diff --git a/ext/standard/dir.c b/ext/standard/dir.c index cfa792f477..7a2cb4028d 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -401,10 +401,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