From b94af79134678f6998988fea902054c5ce5e34ca Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:17 +0200 Subject: fix a comment regarding the player queue --- src/player_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player_thread.c') diff --git a/src/player_thread.c b/src/player_thread.c index 2abb367db..e2486f2d3 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -379,7 +379,7 @@ static void decodeParent(void) do_xfade = XFADE_UNKNOWN; - /* wait for the decoder to work on the new song */ + /* wait for a signal from the playlist */ if (pc.queueState == PLAYER_QUEUE_DECODE || pc.queueLockState == PLAYER_QUEUE_LOCKED) { notify_wait(&pc.notify); -- cgit v1.2.3