Fixed typos.

This commit is contained in:
Jaroslav Kysela 2001-07-16 09:50:01 +00:00
parent 5c6eaa0cee
commit 239182657d
2 changed files with 6 additions and 7 deletions

View file

@ -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;
}