This commit is contained in:
twinaphex 2018-04-10 02:41:09 +02:00
parent 47a6f0bb7a
commit 06bafe3cc3

View File

@ -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 (