"break" rather than fall through to a break in the default clause.
Found by: FlexeLint
This commit is contained in:
parent
d462d3923b
commit
850cb24ef8
@ -787,6 +787,7 @@ ptyioctl(dev, cmd, data, flag, td)
|
||||
#endif
|
||||
pti->pt_send |= TIOCPKT_IOCTL;
|
||||
ptcwakeup(tp, FREAD);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user