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:
parent
b2cf5e839f
commit
d58c1400f3
@ -1924,7 +1924,7 @@ static const char *compressed_types[] = {
|
||||
"application/x-xz",
|
||||
#endif
|
||||
#ifdef CONFIG_BZIP2
|
||||
"application/x-bz2",
|
||||
"application/x-bzip2",
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user