mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix an SDL compile bug
This commit is contained in:
parent
dbe46f8a52
commit
c5426670a4
@ -383,7 +383,7 @@ file_error osd_fflush(osd_file *file)
|
||||
switch (file->type)
|
||||
{
|
||||
case SDLFILE_FILE:
|
||||
result = fflush(file->handle, offset);
|
||||
result = fflush(file->handle);
|
||||
if (result == EOF)
|
||||
return error_to_file_error(errno);
|
||||
return FILERR_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user