From 7fa9c6f7d98063e0920938b135b823ba549e52cb Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Mon, 21 Feb 2022 18:54:55 +0100 Subject: [PATCH] [download] const description and desc_sep --- src/session/download.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/session/download.c b/src/session/download.c index 9fb0d15d7..bdeb1ff41 100644 --- a/src/session/download.c +++ b/src/session/download.c @@ -1548,8 +1548,8 @@ do_type_query(struct type_query *type_query, char *ct, struct mime_handler *hand { /* [gettext_accelerator_context(.do_type_query)] */ struct string filename; - char *description; - char *desc_sep; + const char *description; + const char *desc_sep; char *format, *text, *title; struct dialog *dlg; #define TYPE_QUERY_WIDGETS_COUNT 8