mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
No C++ comments and extra tabs.
This commit is contained in:
parent
b2ee53106f
commit
fde80076ec
1 changed files with 3 additions and 3 deletions
|
@ -401,7 +401,7 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue