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/?a=commitdiff_plain;ds=sidebyside;h=c38bb4fa17c6c0774e07dd46b27728bf55062d70;p=paraslash.git 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) {