mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
media-session: remove double ;;
This commit is contained in:
parent
73f50bb964
commit
30659c5f61
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ static bool find_match(struct spa_json *arr, struct pw_properties *props)
|
|||
int sm_media_session_match_rules(const char *rules, size_t size, struct pw_properties *props)
|
||||
{
|
||||
const char *val;
|
||||
struct spa_json it[4], actions;;
|
||||
struct spa_json it[4], actions;
|
||||
|
||||
spa_json_init(&it[0], rules, size);
|
||||
if (spa_json_enter_array(&it[0], &it[1]) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue