mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[mime] const in get_real_opt
This commit is contained in:
parent
2ad21036bd
commit
d6d891c5de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user