mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
Fix typo
This commit is contained in:
parent
47a6f0bb7a
commit
06bafe3cc3
@ -572,7 +572,7 @@ static enum msg_file_type extension_to_file_type(const char *ext)
|
||||
string_is_equal(ext, "zip") ||
|
||||
string_is_equal(ext, "ZIP") ||
|
||||
string_is_equal(ext, "apk") ||
|
||||
string_is_equal(ext, "apk")
|
||||
string_is_equal(ext, "APK")
|
||||
)
|
||||
return FILE_TYPE_COMPRESSED;
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user