mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: remove semicolon at end of SPA_LIST_INIT
This commit is contained in:
parent
c58498bd92
commit
98353560da
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ struct spa_list {
|
|||
struct spa_list *prev;
|
||||
};
|
||||
|
||||
#define SPA_LIST_INIT(list) (struct spa_list){ list, list };
|
||||
#define SPA_LIST_INIT(list) (struct spa_list){ list, list }
|
||||
|
||||
static inline void spa_list_init(struct spa_list *list)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue