summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-17 14:25:01 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-17 14:25:01 +0200
commitd9284fcdf0cfc63a0dddcb0b57ce7ab3f98dfbfb (patch)
treef4e3429223779b3b40c885e70c2b3d132a5899b2
parentbc7e90762ebb368d2d103c025276f50fa1ef0722 (diff)
downloadgnutls-d9284fcdf0cfc63a0dddcb0b57ce7ab3f98dfbfb.tar.gz
Doc fix (gtk-doc warning).
-rw-r--r--lib/opencdk/kbnode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/opencdk/kbnode.c b/lib/opencdk/kbnode.c
index 8b7a253839..fc76b94fb7 100644
--- a/lib/opencdk/kbnode.c
+++ b/lib/opencdk/kbnode.c
@@ -278,7 +278,8 @@ cdk_kbnode_walk (cdk_kbnode_t root, cdk_kbnode_t *ctx, int all)
* Commits changes made to the kblist at ROOT. Note that ROOT my change,
* and it is therefore passed by reference.
* The function has the effect of removing all nodes marked as deleted.
- * returns true if any node has been changed
+ *
+ * Returns: true if any node has been changed
*/
int
cdk_kbnode_commit (cdk_kbnode_t *root)