mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-06-04 03:03:31 -04:00
Fixed typos.
This commit is contained in:
parent
5c6eaa0cee
commit
239182657d
2 changed files with 6 additions and 7 deletions
|
|
@ -35,7 +35,6 @@ static int snd_hwdep_hw_close(snd_hwdep_t *hwdep)
|
|||
int res;
|
||||
assert(hwdep);
|
||||
res = close(hwdep->poll_fd) < 0 ? -errno : 0;
|
||||
free(hwdep);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue