diff options
Diffstat (limited to 'usr.bin/aucat/siofile.c')
-rw-r--r-- | usr.bin/aucat/siofile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/siofile.c b/usr.bin/aucat/siofile.c index 426c9e34281..cd0bc9dd13c 100644 --- a/usr.bin/aucat/siofile.c +++ b/usr.bin/aucat/siofile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siofile.c,v 1.11 2012/05/23 19:25:11 ratchov Exp $ */ +/* $OpenBSD: siofile.c,v 1.12 2012/06/27 06:46:44 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -479,5 +479,5 @@ siofile_close(struct file *file) if (f->started) siofile_stop(&f->file); - return sio_close(((struct siofile *)file)->hdl); + sio_close(((struct siofile *)file)->hdl); } |