mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
do_move_bookmark: Update comment to match reality.
This commit is contained in:
parent
007207c796
commit
22d051925e
@ -351,7 +351,7 @@ update_depths(struct listbox_item *parent)
|
||||
}
|
||||
|
||||
/* Traverse all bookmarks and move all marked items
|
||||
* _into_ destb or, if destb is NULL, _after_ dest. */
|
||||
* _into_ dest or, if insert_as_child is 0, _after_ dest. */
|
||||
static void
|
||||
do_move_bookmark(struct bookmark *dest, int insert_as_child,
|
||||
struct list_head *src, struct listbox_data *box)
|
||||
|
Loading…
x
Reference in New Issue
Block a user