1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

[dump] const in dump_print

This commit is contained in:
Witold Filipczyk 2022-02-14 20:23:38 +01:00
parent b80acc0af2
commit f3037662eb

View File

@ -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);