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:
parent
d303c2d87c
commit
3978f3a930
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user