1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

[menu] const in add_cmdline_bool_option

This commit is contained in:
Witold Filipczyk 2022-02-08 18:08:53 +01:00
parent 26c3e5feb7
commit be2e79b0b0

View File

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