mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[menu] const in add_cmdline_bool_option
This commit is contained in:
parent
26c3e5feb7
commit
be2e79b0b0
@ -621,7 +621,7 @@ free_history_lists(void)
|
||||
|
||||
|
||||
static void
|
||||
add_cmdline_bool_option(struct string *string, char *name)
|
||||
add_cmdline_bool_option(struct string *string, const char *name)
|
||||
{
|
||||
if (!get_cmd_opt_bool(name)) return;
|
||||
add_to_string(string, " -");
|
||||
|
Loading…
Reference in New Issue
Block a user