playlist_check_callback(): Remove incorrect documentation.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 4 Apr 2015 21:27:41 +0000 (21:27 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
The function returns void, so remove the text about its return value.

playlist.c

index c84a479853d1d2b362ab36f227428f2698a77173..0aa4d9c1486c64c0632bbbe608669cb9700528ef 100644 (file)
@@ -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)
 {