mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed typo
This commit is contained in:
parent
ed9961c9a2
commit
0d1fc81692
1 changed files with 1 additions and 1 deletions
|
|
@ -2028,7 +2028,7 @@ int snd_pcm_wait(snd_pcm_t *pcm, int timeout)
|
|||
return -EIO;
|
||||
}
|
||||
}
|
||||
return err_pol > 0 ? 1 : 0;
|
||||
return err_poll > 0 ? 1 : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue