mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Fix compiler warning by spelling the initializer properly.
This commit is contained in:
parent
e94adaac24
commit
e26b40a75f
2 changed files with 3 additions and 3 deletions
|
|
@ -197,7 +197,7 @@ static void test_properties(void)
|
|||
const struct pw_properties *props;
|
||||
struct pw_stream *stream;
|
||||
struct pw_stream_events stream_events = stream_events_error;
|
||||
struct spa_hook listener = { NULL, };
|
||||
struct spa_hook listener = { { NULL }, };
|
||||
struct spa_dict_item items[3];
|
||||
|
||||
loop = pw_main_loop_new(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue