mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	modules: Fix )== typos
add a space between ) and == Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
		
							parent
							
								
									ab37729147
								
							
						
					
					
						commit
						e798969fd5
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -587,7 +587,7 @@ static int mmap_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, boo
 | 
			
		|||
 | 
			
		||||
            /* Check these are multiples of 8 bit */
 | 
			
		||||
            pa_assert((areas[0].first & 7) == 0);
 | 
			
		||||
            pa_assert((areas[0].step & 7)== 0);
 | 
			
		||||
            pa_assert((areas[0].step & 7) == 0);
 | 
			
		||||
 | 
			
		||||
            /* We assume a single interleaved memory buffer */
 | 
			
		||||
            pa_assert((areas[0].first >> 3) == 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue