diff --git a/common/ringbuffer.c b/common/ringbuffer.c index e4ee5f62..0b3f9939 100644 --- a/common/ringbuffer.c +++ b/common/ringbuffer.c @@ -214,7 +214,6 @@ jack_ringbuffer_peek (jack_ringbuffer_t * rb, char *dest, size_t cnt) return to_read; } - /* The copying data writer. Copy at most `cnt' bytes to `rb' from `src'. Returns the actual number of bytes copied. */