1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[mime] const in get_real_opt

This commit is contained in:
Witold Filipczyk 2022-02-17 19:54:37 +01:00
parent 2ad21036bd
commit d6d891c5de

View File

@ -21,7 +21,7 @@
static struct option *
get_real_opt(char *base, char *id)
get_real_opt(const char *base, char *id)
{
struct option *opt = get_opt_rec_real(config_options, base);
struct string translated;