1
0
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:
Kalle Olavi Niemitalo 2007-04-01 14:59:28 +03:00 committed by Kalle Olavi Niemitalo
parent 007207c796
commit 22d051925e

View File

@ -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)