mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[client] audio/pipewire: fix compilation under clang
This commit is contained in:
parent
86efc47505
commit
254b370bbf
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ static struct Option pipewire_options[] =
|
|||
.description = "The default record device to use",
|
||||
.type = OPTION_TYPE_STRING
|
||||
},
|
||||
{ NULL }
|
||||
|
||||
{0}
|
||||
};
|
||||
|
||||
static void pipewire_earlyInit(void)
|
||||
|
|
Loading…
Reference in a new issue