1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-02 02:15:28 +00:00

do_move_bookmark: Update comment to match reality.

[ From commit 22d051925e in ELinks
  0.11.2.GIT.  --KON ]
This commit is contained in:
Kalle Olavi Niemitalo 2007-04-01 14:59:28 +03:00 committed by Witold Filipczyk
parent 37ca87a01e
commit 4821d841c7

View File

@ -341,7 +341,7 @@ enum move_bookmark_flags {
}; };
/* Traverse all bookmarks and move all marked items /* 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 static enum move_bookmark_flags
do_move_bookmark(struct bookmark *dest, int insert_as_child, do_move_bookmark(struct bookmark *dest, int insert_as_child,
struct list_head *src, struct listbox_data *box) struct list_head *src, struct listbox_data *box)