mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Add more parentheses
This was missed in the earlier MR.
This commit is contained in:
parent
899c0d3d78
commit
8e43c41ac1
2 changed files with 4 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ struct spa_interface {
|
|||
*
|
||||
*/
|
||||
#define SPA_INTERFACE_INIT(_type,_version,_funcs,_data) \
|
||||
(struct spa_interface){ _type, _version, SPA_CALLBACKS_INIT(_funcs,_data), }
|
||||
((struct spa_interface){ (_type), (_version), SPA_CALLBACKS_INIT(_funcs,_data), })
|
||||
|
||||
/**
|
||||
* Invoke method named \a method in the \a callbacks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue