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

index b7947030ce2d98e66ac922717893e16b4a8cb89e..0e03aff613ee0cc9b168bd37913cbb58b240310a 100644 (file)
@@ -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