=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/usr.bin/aucat/Attic/sock.c 2010/10/21 18:57:42 1.51 +++ src/usr.bin/aucat/Attic/sock.c 2010/10/21 19:10:52 1.52 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.c,v 1.51 2010/10/21 18:57:42 ratchov Exp $ */ +/* $OpenBSD: sock.c,v 1.52 2010/10/21 19:10:52 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -492,7 +492,9 @@ } #endif (void)sock_attach(f, 0); -}/* +} + +/* * Callback invoked by MMC stop */ void @@ -1214,11 +1216,11 @@ #endif aproc_del(f->pipe.file.rproc); return 0; + } /* * XXX: device could have desappeared at this point, * see how this is fixed in wav.c */ - } if ((f->pstate == SOCK_START || f->pstate == SOCK_READY) && ctl_slotstart(f->dev->midi, f->slot)) (void)sock_attach(f, 1); @@ -1605,7 +1607,7 @@ } /* * XXX: sock_attach() may not start if there's not enough - * samples queues, if so ctl_slotstart() will trigger + * samples queued, if so ctl_slotstart() will trigger * other streams, but this one won't start. */ if (f->pstate == SOCK_READY && ctl_slotstart(f->dev->midi, f->slot))