mirror of
https://github.com/libretro/RetroArch
synced 2025-01-28 14:54:03 +00:00
(file_extract) Fix warning - fall-through to avoid warning
and do the same action
This commit is contained in:
parent
46a86f5eab
commit
873a4f1187
@ -171,9 +171,6 @@ bool zlib_extract_first_rom(char *zip_path, size_t zip_path_size, const char *va
|
||||
goto end;
|
||||
}
|
||||
else
|
||||
GOTO_END_ERROR();
|
||||
break;
|
||||
|
||||
default:
|
||||
GOTO_END_ERROR();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user