summaryrefslogtreecommitdiff
path: root/usr.bin/window
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-10-30 21:01:04 +0000
committerBruce Evans <bde@FreeBSD.org>1994-10-30 21:01:04 +0000
commite9a82e8087d450ef2a02c5cfd0c24c0e40f11ef6 (patch)
tree7320acba7c891a9e75d1564861672a8252550885 /usr.bin/window
parent95b926abab98373fd05e48049e4b0878202e728e (diff)
Notes
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/wwinit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c
index b94d312093526..a20bef18467ef 100644
--- a/usr.bin/window/wwinit.c
+++ b/usr.bin/window/wwinit.c
@@ -129,8 +129,7 @@ wwinit()
switch (wwospeed) {
default:
case B0:
- wwbaud = 0;
- break;
+ goto bad;
case B50:
wwbaud = 50;
break;