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)
|
||||
{
|
||||
snd_input_stdio_t *stdio = input->private_data;
|
||||
if (close)
|
||||
if (stdio->close)
|
||||
fclose(stdio->fp);
|
||||
free(stdio);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue