mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bookmarks] const
This commit is contained in:
parent
f32e45e2f5
commit
a437ff883c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user