mirror of
https://github.com/libretro/RetroArch
synced 2025-03-15 13:21:29 +00:00
Clearer switch code in extractor.
This commit is contained in:
parent
e4e71f333c
commit
32f45b2f27
@ -171,6 +171,9 @@ bool zlib_extract_first_rom(char *zip_path, size_t zip_path_size, const char *va
|
||||
strlcpy(zip_path, new_path, zip_path_size);
|
||||
goto end;
|
||||
}
|
||||
else
|
||||
GOTO_END_ERROR();
|
||||
|
||||
default:
|
||||
GOTO_END_ERROR();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user