1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[main] const arg

This commit is contained in:
Witold Filipczyk 2022-02-18 15:33:51 +01:00
parent d303c2d87c
commit 3978f3a930

View File

@ -214,7 +214,7 @@ init(void)
if (!list_empty(url_list)) {
dump_next(&url_list);
} else {
char *arg = get_cmd_opt_bool("dump")
const char *arg = get_cmd_opt_bool("dump")
? "dump" : "source";
usrerror(gettext("URL expected after -%s"), arg);