mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix typo
This commit is contained in:
parent
47a6f0bb7a
commit
06bafe3cc3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue