mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Typo
This commit is contained in:
		
							parent
							
								
									13fb68344e
								
							
						
					
					
						commit
						636edef096
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -120,7 +120,7 @@ typedef struct _snd_input_stdio {
 | 
				
			||||||
static int snd_input_stdio_close(snd_input_t *input ATTRIBUTE_UNUSED)
 | 
					static int snd_input_stdio_close(snd_input_t *input ATTRIBUTE_UNUSED)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	snd_input_stdio_t *stdio = input->private_data;
 | 
						snd_input_stdio_t *stdio = input->private_data;
 | 
				
			||||||
	if (close)
 | 
						if (stdio->close)
 | 
				
			||||||
		fclose(stdio->fp);
 | 
							fclose(stdio->fp);
 | 
				
			||||||
	free(stdio);
 | 
						free(stdio);
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue