Add missing `break;'.

This commit is contained in:
mycroft 1995-07-24 02:46:47 +00:00
parent ff82158c19
commit 2d37aba592
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ed.c,v 1.83 1995/07/24 02:43:11 mycroft Exp $ */
/* $NetBSD: if_ed.c,v 1.84 1995/07/24 02:46:47 mycroft Exp $ */
/*
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
@ -1850,6 +1850,7 @@ edioctl(ifp, cmd, data)
default:
error = EINVAL;
break;
}
splx(s);