1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04: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 * 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 option *opt = get_opt_rec_real(config_options, base);
struct string translated; struct string translated;