mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	srbchannel: Fix documentation error
I seem to have misread the code previously.
This commit is contained in:
		
							parent
							
								
									f611b9b7aa
								
							
						
					
					
						commit
						a7667b990e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,7 @@
 | 
			
		|||
typedef struct pa_ringbuffer 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;
 | 
			
		||||
    uint8_t *memory;
 | 
			
		||||
    int readindex, writeindex;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue