mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Faulty fall-through
This commit is contained in:
parent
0f906d0986
commit
edae66e413
@ -161,6 +161,7 @@ int intfstream_close(intfstream_internal_t *intf)
|
||||
case INTFSTREAM_FILE:
|
||||
if (intf->file.fp)
|
||||
return filestream_close(intf->file.fp);
|
||||
return 0;
|
||||
case INTFSTREAM_MEMORY:
|
||||
if (intf->memory.fp)
|
||||
memstream_close(intf->memory.fp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user