diff options
-rw-r--r-- | lib/opencdk/kbnode.c | 3 |
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) |