1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

Layout: revert accidentel joining of lines

This commit is contained in:
Jeroen van Wolffelaar
2001-08-04 21:37:43 +00:00
parent 2b17cd1982
commit fcf57d371d

View File

@@ -115,7 +115,8 @@ PHP_RINIT_FUNCTION(filestat)
}
PHP_RSHUTDOWN_FUNCTION(filestat) {
if (BG(CurrentStatFile)) { efree (BG(CurrentStatFile));
if (BG(CurrentStatFile)) {
efree (BG(CurrentStatFile));
}
return SUCCESS;
}
@@ -692,7 +693,7 @@ static void php_stat(const char *filename, php_stat_len filename_length, int typ
stat_sb = &BG(lsb);
#endif
/* FALLTHROUGH */
case FS_STAT: /* stat */
case FS_STAT:
if (array_init(return_value) == FAILURE) {
RETURN_FALSE;
}