summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bookmarks.h2
-rw-r--r--src/gmdocument.h2
2 files changed, 2 insertions, 2 deletions
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 **);
64 * returned list is sorted by descending creation time. 64 * returned list is sorted by descending creation time.
65 * 65 *
66 * @return Collected array of bookmarks. Caller does not get ownership of the 66 * @return Collected array of bookmarks. Caller does not get ownership of the
67 * list or the bookmarks. 67 * listed bookmarks.
68 */ 68 */
69const iPtrArray *list_Bookmarks(const iBookmarks *, iBookmarksFilterFunc filter, 69const iPtrArray *list_Bookmarks(const iBookmarks *, iBookmarksFilterFunc filter,
70 iBookmarksCompareFunc cmp); 70 iBookmarksCompareFunc cmp);
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 361879f2..b6c1c6ab 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -88,7 +88,7 @@ iDeclareObjectConstruction(GmDocument)
88 88
89enum iGmDocumentFormat { 89enum iGmDocumentFormat {
90 undefined_GmDocumentFormat = -1, 90 undefined_GmDocumentFormat = -1,
91 gemini_GmDocumentFormat = 0, 91 gemini_GmDocumentFormat = 0,
92 plainText_GmDocumentFormat, 92 plainText_GmDocumentFormat,
93}; 93};
94 94