mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Add 'fallthrough' comment to a switch/case block
This commit is contained in:
parent
894b24d180
commit
1be7ac509c
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ void Packet::ProcessLayer2()
|
|||
}
|
||||
|
||||
pdata += rtheader_len;
|
||||
// fallthrough
|
||||
}
|
||||
|
||||
case DLT_IEEE802_11:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue