mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Add missing break to switch statement case.
This commit is contained in:
parent
8136abafef
commit
4d7de63ef0
1 changed files with 1 additions and 0 deletions
|
@ -802,6 +802,7 @@ int Expr::MinimalHeaderSize(Env *env)
|
||||||
mhs = -1;
|
mhs = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case EXPR_SIZEOF:
|
case EXPR_SIZEOF:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue