[client] audio/pipewire: fix compilation under clang

This commit is contained in:
Geoffrey McRae 2023-01-24 13:46:22 +11:00
parent 86efc47505
commit 254b370bbf

View File

@ -144,7 +144,8 @@ static struct Option pipewire_options[] =
.description = "The default record device to use", .description = "The default record device to use",
.type = OPTION_TYPE_STRING .type = OPTION_TYPE_STRING
}, },
{ NULL }
{0}
}; };
static void pipewire_earlyInit(void) static void pipewire_earlyInit(void)