From: Andre Noll Date: Sat, 6 Jul 2013 18:21:19 +0000 (+0200) Subject: Mood: Document return value of moods_event_handler(). X-Git-Tag: v0.4.13~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=aac4fd33c39e979bc3f86632507e4ee2846d219a Mood: Document return value of moods_event_handler(). Just to make doxygen happy. --- 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)