1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[download] const description and desc_sep

This commit is contained in:
Witold Filipczyk 2022-02-21 18:54:55 +01:00
parent 4846a04751
commit 7fa9c6f7d9

View File

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