mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
fileinfo: fix misleading indentation in libmagic
This commit is contained in:
committed by
Anatol Belski
parent
ddd401859c
commit
e313daa598
@@ -2909,7 +2909,7 @@ apprentice_map(struct magic_set *ms, const char *fn)
|
||||
if (dbname == NULL)
|
||||
goto error;
|
||||
|
||||
stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
|
||||
stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
|
||||
|
||||
if (!stream) {
|
||||
goto error;
|
||||
|
||||
Reference in New Issue
Block a user