]> granicus.if.org Git - php/commitdiff
No C++ comments and extra tabs.
authorfoobar <sniper@php.net>
Wed, 4 Jun 2003 05:45:54 +0000 (05:45 +0000)
committerfoobar <sniper@php.net>
Wed, 4 Jun 2003 05:45:54 +0000 (05:45 +0000)
ext/standard/dir.c

index cfa792f47713e588891d9feece5e9fe0b5f6b218..7a2cb4028dc62bed92f05644cf1e73b24e1e27a4 100644 (file)
@@ -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