From cb394df2956b5a24ea3e179bdfa313ff959f407c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 22 Aug 2020 12:53:04 +0300 Subject: Cleanup --- src/bookmarks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks.h') diff --git a/src/bookmarks.h b/src/bookmarks.h index 9344b603..a3269a59 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h @@ -64,7 +64,7 @@ typedef int (*iBookmarksCompareFunc)(const iBookmark **, const iBookmark **); * returned list is sorted by descending creation time. * * @return Collected array of bookmarks. Caller does not get ownership of the - * list or the bookmarks. + * listed bookmarks. */ const iPtrArray *list_Bookmarks(const iBookmarks *, iBookmarksFilterFunc filter, iBookmarksCompareFunc cmp); -- cgit v1.2.3