summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/demux.c b/src/xine-engine/demux.c
index 4d6bc6c1c..cfb13831e 100644
--- a/src/xine-engine/demux.c
+++ b/src/xine-engine/demux.c
@@ -377,7 +377,7 @@ static void *demux_loop (void *stream_gen) {
pthread_cond_wait (&stream->counter_changed, &stream->counter_lock);
if (demux_unstick_ao_loop (stream))
- break;
+ /* break amarok */;
}
pthread_mutex_unlock (&stream->counter_lock);