mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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",
|
"application/x-xz",
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_BZIP2
|
#ifdef CONFIG_BZIP2
|
||||||
"application/x-bz2",
|
"application/x-bzip2",
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user