mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
fix switch fallthrough cases
This commit is contained in:
parent
9573b24e52
commit
7cd55c2c6b
3 changed files with 6 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ static inline int spa_pod_parser_getv(struct spa_pod_parser *parser,
|
|||
return -EINVAL;
|
||||
if (--parser->depth < 0)
|
||||
return -EINVAL;
|
||||
|
||||
/* fallthrough */
|
||||
case '}':
|
||||
it = &parser->iter[parser->depth];
|
||||
current = spa_pod_iter_current(it);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue