1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

No C++ comments and extra tabs.

This commit is contained in:
foobar
2003-06-04 05:45:54 +00:00
parent b2ee53106f
commit fde80076ec

View 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