1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[bookmarks] const

This commit is contained in:
Witold Filipczyk 2022-01-31 15:49:01 +01:00
parent f32e45e2f5
commit a437ff883c

View File

@ -271,7 +271,7 @@ move_bookmark_after_selected(struct bookmark *bookmark, struct bookmark *selecte
* or "" means add a bookmark folder, unless @a title is "-". */
static void
do_add_bookmark(struct terminal *term, struct dialog_data *dlg_data,
char *title, char *url)
const char *title, const char *url)
{
int term_cp = get_terminal_codepage(term);
struct bookmark *bm = NULL;