mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: bluez: fix spelling of HAVE_REALLOCARRAY feature macro
It should have two `R`s not three.
This commit is contained in:
parent
0a13d37e5c
commit
33a5c4ba10
1 changed files with 1 additions and 1 deletions
|
|
@ -2340,7 +2340,7 @@ const struct media_codec **spa_bt_device_get_supported_media_codecs(struct spa_b
|
|||
if (j >= size) {
|
||||
const struct media_codec **p;
|
||||
size = size * 2;
|
||||
#ifdef HAVE_REALLOCARRRAY
|
||||
#ifdef HAVE_REALLOCARRAY
|
||||
p = reallocarray(supported_codecs, size, sizeof(const struct media_codec *));
|
||||
#else
|
||||
p = realloc(supported_codecs, size * sizeof(const struct media_codec *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue