From 4821d841c77706403e84256806bbf302787e1ebc Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 1 Apr 2007 14:59:28 +0300 Subject: [PATCH] do_move_bookmark: Update comment to match reality. [ From commit 22d051925e3393b28d70ad078873d9e25c422f9f in ELinks 0.11.2.GIT. --KON ] --- src/bookmarks/dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bookmarks/dialogs.c b/src/bookmarks/dialogs.c index e247f943..1b020dca 100644 --- a/src/bookmarks/dialogs.c +++ b/src/bookmarks/dialogs.c @@ -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)