mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
list: remove stray ;
This commit is contained in:
parent
6cb35bf23e
commit
2ed627f3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ static inline void spa_list_remove(struct spa_list *elem)
|
|||
SPA_CONTAINER_OF((head)->prev, type, member)
|
||||
|
||||
#define spa_list_append(list, item) \
|
||||
spa_list_insert((list)->prev, item);
|
||||
spa_list_insert((list)->prev, item)
|
||||
|
||||
#define spa_list_prepend(list, item) \
|
||||
spa_list_insert(list, item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue