diff options
Diffstat (limited to 'src/itdb_chapterdata.c')
-rw-r--r-- | src/itdb_chapterdata.c | 4 |
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) { |