From ea847b8436111fe08df7195f8b946357c033730c Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 17 Feb 2022 19:46:22 +0100 Subject: [PATCH] [gopher] const in content-type --- src/protocol/gopher/gopher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/gopher/gopher.c b/src/protocol/gopher/gopher.c index 447c4253f..40d00eebd 100644 --- a/src/protocol/gopher/gopher.c +++ b/src/protocol/gopher/gopher.c @@ -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