Commit 8d57da7a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

fifo: cosmetic change

parent 053ab865
......@@ -171,7 +171,7 @@ void vlc_fifo_QueueUnlocked(block_fifo_t *fifo, block_t *block)
block = block->p_next;
}
vlc_cond_signal(&fifo->wait);
vlc_fifo_Signal(fifo);
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment