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