mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04: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 {
|
||||
gopher_entity_T type;
|
||||
const char *description;
|
||||
char *content_type;
|
||||
const char *content_type;
|
||||
};
|
||||
|
||||
/* This table provides some hard-coded associations between entity type
|
||||
|
Loading…
x
Reference in New Issue
Block a user