Fix compilation of safeboot

This commit is contained in:
Stephan Hadinger 2022-08-18 19:44:16 +02:00
parent ff07d0608b
commit 07645067aa
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Z_attribute_match Z_plugin_matchAttributeByName(const char *model, const char *m
return attr;
}
bool Zb_readline(File *f, char* buf, size_t size) {
bool Zb_readline(class File *f, char* buf, size_t size) {
bool eof = 0;
while (1) {
// read line