mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	pacat: add missing newline
This commit is contained in:
		
							parent
							
								
									4ee4a55617
								
							
						
					
					
						commit
						2d94c93957
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -796,7 +796,7 @@ int main(int argc, char *argv[]) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Connect the context */
 | 
					    /* Connect the context */
 | 
				
			||||||
    if (pa_context_connect(context, server, 0, NULL) < 0) {
 | 
					    if (pa_context_connect(context, server, 0, NULL) < 0) {
 | 
				
			||||||
        fprintf(stderr, _("pa_context_connect() failed: %s"), pa_strerror(pa_context_errno(context)));
 | 
					        fprintf(stderr, _("pa_context_connect() failed: %s\n"), pa_strerror(pa_context_errno(context)));
 | 
				
			||||||
        goto quit;
 | 
					        goto quit;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue