From d16d6eb53869e8380ccfbe7dbc2c09d98c40ab6c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 21 Jul 2014 17:17:03 +0200 Subject: Refactor audio player, add retry timeout Fixes #442. --- src/ui_act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 91a4cf7..7515396 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -46,7 +46,7 @@ THE SOFTWARE. /* helper to _really_ skip a song (unlock mutex, quit player) * @param player handle */ -static inline void BarUiDoSkipSong (struct audioPlayer *player) { +static inline void BarUiDoSkipSong (player_t * const player) { assert (player != NULL); pthread_mutex_lock (&player->pauseMutex); -- cgit v1.2.3