=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/siofile.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/aucat/Attic/siofile.c 2012/05/23 19:25:11 1.11 +++ src/usr.bin/aucat/Attic/siofile.c 2012/06/27 06:46:44 1.12 @@ -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 * @@ -479,5 +479,5 @@ if (f->started) siofile_stop(&f->file); - return sio_close(((struct siofile *)file)->hdl); + sio_close(((struct siofile *)file)->hdl); }