diff options
author | Bruce Evans <bde@FreeBSD.org> | 1994-10-30 21:01:04 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1994-10-30 21:01:04 +0000 |
commit | e9a82e8087d450ef2a02c5cfd0c24c0e40f11ef6 (patch) | |
tree | 7320acba7c891a9e75d1564861672a8252550885 /usr.bin/window | |
parent | 95b926abab98373fd05e48049e4b0878202e728e (diff) |
Notes
Diffstat (limited to 'usr.bin/window')
-rw-r--r-- | usr.bin/window/wwinit.c | 3 |
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; |