mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Actually make the static flist static
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1518 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3b912ac41f
commit
69bfa351ba
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ int pa_flist_push(pa_flist*l, void *p);
|
|||
void* pa_flist_pop(pa_flist*l);
|
||||
|
||||
#define PA_STATIC_FLIST_DECLARE(name, size) \
|
||||
struct { \
|
||||
static struct { \
|
||||
pa_flist *flist; \
|
||||
pa_once_t once; \
|
||||
} name##_static_flist = { NULL, PA_ONCE_INIT }; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue