mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Drop a stale comment.
The return value to delete_bookmark was changed to void in commit 7f47389e41a1bd2d9a0e05b74df49c26cd8e155a.
This commit is contained in:
parent
938d9c860b
commit
551ff4587a
@ -242,7 +242,6 @@ done_bookmark(struct bookmark *bm)
|
|||||||
mem_free(bm);
|
mem_free(bm);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deletes a bookmark. Returns 0 on failure (no such bm), 1 on success. */
|
|
||||||
void
|
void
|
||||||
delete_bookmark(struct bookmark *bm)
|
delete_bookmark(struct bookmark *bm)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user