mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[gopher] const in content-type
This commit is contained in:
parent
d7359f5f79
commit
ea847b8436
@ -101,7 +101,7 @@ typedef char gopher_entity_T;
|
|||||||
struct gopher_entity_info {
|
struct gopher_entity_info {
|
||||||
gopher_entity_T type;
|
gopher_entity_T type;
|
||||||
const char *description;
|
const char *description;
|
||||||
char *content_type;
|
const char *content_type;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This table provides some hard-coded associations between entity type
|
/* This table provides some hard-coded associations between entity type
|
||||||
|
Loading…
Reference in New Issue
Block a user