1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[download] const type

This commit is contained in:
Witold Filipczyk 2022-01-31 17:49:13 +01:00
parent 6f28ab3dcc
commit 11b4d40212

View File

@ -1710,7 +1710,7 @@ do_type_query(struct type_query *type_query, char *ct, struct mime_handler *hand
}
struct {
char *type;
const char *type;
unsigned int plain:1;
} static const known_types[] = {
{ "text/html", 0 },