From: Andre Noll Date: Sat, 4 Apr 2015 21:27:41 +0000 (+0000) Subject: playlist_check_callback(): Remove incorrect documentation. X-Git-Tag: v0.5.6~94^2~34 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c38bb4fa17c6c0774e07dd46b27728bf55062d70;hp=57e4ba0b86355954ff7978eaf15de6bb50a380ce playlist_check_callback(): Remove incorrect documentation. The function returns void, so remove the text about its return value. --- diff --git a/playlist.c b/playlist.c index c84a4798..0aa4d9c1 100644 --- a/playlist.c +++ b/playlist.c @@ -126,8 +126,6 @@ static int check_playlist(struct osl_row *row, void *data) * * \param fd The afs socket. * \param query Unused. - * - * \return The return value of the underlying call to osl_rbtree_loop(). */ void playlist_check_callback(int fd, __a_unused const struct osl_object *query) {