From c38bb4fa17c6c0774e07dd46b27728bf55062d70 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 Apr 2015 21:27:41 +0000 Subject: [PATCH] playlist_check_callback(): Remove incorrect documentation. The function returns void, so remove the text about its return value. --- playlist.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.39.2