Fix type
This commit is contained in:
parent
a20e2a8b50
commit
a60382e044
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue