1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[download] x-bzip2 not x-bz2

This commit is contained in:
Witold Filipczyk 2024-10-29 16:28:30 +01:00
parent b2cf5e839f
commit d58c1400f3

View File

@ -1924,7 +1924,7 @@ static const char *compressed_types[] = {
"application/x-xz",
#endif
#ifdef CONFIG_BZIP2
"application/x-bz2",
"application/x-bzip2",
#endif
NULL
};