summaryrefslogtreecommitdiffstats
path: root/sys/scsi/worm.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-01 00:22:51 +0000
committerbde <bde@FreeBSD.org>1997-07-01 00:22:51 +0000
commitaebdde56b3bf58e14ed7c668fd7b2844acaaf389 (patch)
tree8292d565b3e50024f5d73b1baece4e0ce6fd8d15 /sys/scsi/worm.c
parentb3ce2e3adeca223584bbadd65001b1de830a2b18 (diff)
downloadFreeBSD-src-aebdde56b3bf58e14ed7c668fd7b2844acaaf389.zip
FreeBSD-src-aebdde56b3bf58e14ed7c668fd7b2844acaaf389.tar.gz
Don't depend on gcc's feature of permitting labels that aren't followed
by a statement.
Diffstat (limited to 'sys/scsi/worm.c')
-rw-r--r--sys/scsi/worm.c4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud