fix a comment regarding the player queue

This commit is contained in:
Max Kellermann 2008-08-26 08:27:17 +02:00
parent 4613115bec
commit b94af79134
1 changed files with 1 additions and 1 deletions

View File

@ -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);