summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-02 03:01:19 -0400
committerTodd Zullinger <tmz@pobox.com>2008-11-14 12:12:57 -0500
commite105ce7fc215413b326a25384cc27ba491a06a41 (patch)
tree621111855a1256bd8a5dd8ae616014960c48e2a9
parentfd597deca5205389cbfa4eb0f290c4fda72f0812 (diff)
downloadlibgpod-tmz-e105ce7fc215413b326a25384cc27ba491a06a41.tar.gz
libgpod-tmz-e105ce7fc215413b326a25384cc27ba491a06a41.tar.xz
libgpod-tmz-e105ce7fc215413b326a25384cc27ba491a06a41.zip
Documentation: reformat itdb_chapterdata_new()
-rw-r--r--src/itdb_chapterdata.c4
1 files changed, 2 insertions, 2 deletions
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)
{