binpac: Add missing break to switch statement case.

This commit is contained in:
Jon Siwek 2013-09-10 12:02:07 -05:00 committed by Tim Wojtulewicz
parent 8136abafef
commit 4d7de63ef0

View file

@ -802,6 +802,7 @@ int Expr::MinimalHeaderSize(Env *env)
mhs = -1; mhs = -1;
} }
} }
break;
case EXPR_SIZEOF: case EXPR_SIZEOF:
{ {