Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1578 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.67
sletz 18 years ago
parent
commit
8057bf5451
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      common/ringbuffer.c

+ 0
- 1
common/ringbuffer.c View File

@@ -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. */



Loading…
Cancel
Save