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.
[ From commit 22d051925e3393b28d70ad078873d9e25c422f9f in ELinks 0.11.2.GIT. --KON ]
This commit is contained in:
parent
9955ca8e5a
commit
5d22006f93
@ -341,7 +341,7 @@ enum move_bookmark_flags {
|
||||
};
|
||||
|
||||
/* 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 enum move_bookmark_flags
|
||||
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