1
0
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:
Riccardo Magliocchetti
2017-12-20 19:07:30 +01:00
committed by Anatol Belski
parent ddd401859c
commit e313daa598
+1 -1
View File
@@ -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;