]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Mood: Document return value of moods_event_handler().
authorAndre Noll <maan@systemlinux.org>
Sat, 6 Jul 2013 18:21:19 +0000 (20:21 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 13 Jul 2013 17:58:22 +0000 (19:58 +0200)
Just to make doxygen happy.

mood.c

diff --git a/mood.c b/mood.c
index e06382e85cf2831ce638b27d0e5b057f759faac2..e5e8495369f1e7ffffe36bd463ec5aadf6163e39 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -918,6 +918,8 @@ static int reload_current_mood(void)
  * This function performs actions required due to the occurrence of the given
  * event. Possible actions include reload of the current mood and update of the
  * score of an audio file.
+ *
+ * \return Standard.
  */
 int moods_event_handler(enum afs_events event, __a_unused struct para_buffer *pb,
                void *data)