1
0
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:
Witold Filipczyk 2022-02-17 19:46:22 +01:00
parent d7359f5f79
commit ea847b8436

View File

@ -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