From fde80076ec2ce5e1a2e6629b59d31956d3cb55db Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 4 Jun 2003 05:45:54 +0000 Subject: [PATCH] No C++ comments and extra tabs. --- ext/standard/dir.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.1