vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Sep 1 17:47:45 2015 +0300| [acd197a364de152e552551b71b2751a76ad835dc] | committer: Rémi Denis-Courmont
fifo: remove stray doc snippet > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acd197a364de152e552551b71b2751a76ad835dc --- src/misc/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/fifo.c b/src/misc/fifo.c index a9250f9..789690e 100644 --- a/src/misc/fifo.c +++ b/src/misc/fifo.c @@ -294,7 +294,7 @@ void block_FifoPut(block_fifo_t *fifo, block_t *block) * Dequeue the first block from the FIFO. If necessary, wait until there is * one block in the queue. This function is (always) cancellation point. * - * @return a valid block, or NULL if block_FifoWake() was called. + * @return a valid block */ block_t *block_FifoGet(block_fifo_t *fifo) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
