srbchannel: Fix documentation error

I seem to have misread the code previously.
This commit is contained in:
Arun Raghavan 2014-08-31 15:09:44 +05:30
parent f611b9b7aa
commit a7667b990e

View file

@ -36,7 +36,7 @@
typedef struct pa_ringbuffer pa_ringbuffer; typedef struct pa_ringbuffer pa_ringbuffer;
struct pa_ringbuffer { struct pa_ringbuffer {
pa_atomic_t *count; /* amount of data in the buffer, can be negative */ pa_atomic_t *count; /* amount of data in the buffer */
int capacity; int capacity;
uint8_t *memory; uint8_t *memory;
int readindex, writeindex; int readindex, writeindex;