mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[dump] const in dump_print
This commit is contained in:
parent
b80acc0af2
commit
f3037662eb
@ -565,7 +565,7 @@ subst_url(char *str, struct string *url)
|
||||
}
|
||||
|
||||
static void
|
||||
dump_print(char *option, struct string *url)
|
||||
dump_print(const char *option, struct string *url)
|
||||
{
|
||||
char *str = get_opt_str(option, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user