"break" rather than fall through to a break in the default clause.

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 16:53:16 +00:00
parent d462d3923b
commit 850cb24ef8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115463

View file

@ -787,6 +787,7 @@ ptyioctl(dev, cmd, data, flag, td)
#endif
pti->pt_send |= TIOCPKT_IOCTL;
ptcwakeup(tp, FREAD);
break;
default:
break;
}