mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulse-server: minor fix
This commit is contained in:
		
							parent
							
								
									f314119aa9
								
							
						
					
					
						commit
						eb7df98cd6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -337,7 +337,7 @@ static int message_get(struct message *m, ...)
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if ((res = read_u8(m, &dtag)) < 0)
 | 
							if ((res = read_u8(m, &dtag)) < 0)
 | 
				
			||||||
			return res;
 | 
								goto done;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		switch (dtag) {
 | 
							switch (dtag) {
 | 
				
			||||||
		case TAG_STRING:
 | 
							case TAG_STRING:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue