From aebdde56b3bf58e14ed7c668fd7b2844acaaf389 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 1 Jul 1997 00:22:51 +0000 Subject: Don't depend on gcc's feature of permitting labels that aren't followed by a statement. --- sys/scsi/worm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi/worm.c') diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c index e6a2957..9c254e6 100644 --- a/sys/scsi/worm.c +++ b/sys/scsi/worm.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: worm.c,v 1.40 1997/05/28 21:25:49 jmz Exp $ + * $Id: worm.c,v 1.41 1997/06/02 20:05:37 jmz Exp $ */ #include "opt_bounce.h" @@ -408,7 +408,7 @@ wormstart(unit, flags) } } } /* go back and see if we can cram more work in.. */ -badnews: +badnews: ; } static void -- cgit v1.1