From aac4fd33c39e979bc3f86632507e4ee2846d219a Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sat, 6 Jul 2013 20:21:19 +0200
Subject: [PATCH] Mood: Document return value of moods_event_handler().

Just to make doxygen happy.
---
 mood.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mood.c b/mood.c
index e06382e8..e5e84953 100644
--- 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)
-- 
2.39.5