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:
parent
6f28ab3dcc
commit
11b4d40212
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user