From e105ce7fc215413b326a25384cc27ba491a06a41 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 2 Aug 2008 03:01:19 -0400 Subject: Documentation: reformat itdb_chapterdata_new() --- src/itdb_chapterdata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/itdb_chapterdata.c') diff --git a/src/itdb_chapterdata.c b/src/itdb_chapterdata.c index f49c419..77aa38c 100644 --- a/src/itdb_chapterdata.c +++ b/src/itdb_chapterdata.c @@ -41,8 +41,8 @@ * * Creates a new #Itdb_Chapterdata * - * Return value: a new #Itdb_Chapterdata to be freed with itdb_chapterdata_free() when - * no longer needed + * Return value: a new #Itdb_Chapterdata to be freed with + * itdb_chapterdata_free() when no longer needed **/ Itdb_Chapterdata *itdb_chapterdata_new (void) { -- cgit