This commit is contained in:
Alexander Batalov 2022-07-25 00:02:54 +03:00
parent a20e2a8b50
commit a60382e044
1 changed files with 1 additions and 1 deletions

View File

@ -1726,7 +1726,7 @@ static int _scr_header_load()
} }
while (1) { while (1) {
char ch = fileReadChar(stream); int ch = fileReadChar(stream);
if (ch == -1) { if (ch == -1) {
break; break;
} }