From 69bfa351ba89f17b22efad95f1dc6f946cf2df20 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Jul 2007 23:21:54 +0000 Subject: [PATCH] Actually make the static flist static git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1518 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/flist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsecore/flist.h b/src/pulsecore/flist.h index 80fd86c..102d30e 100644 --- a/src/pulsecore/flist.h +++ b/src/pulsecore/flist.h @@ -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 }; \ -- 2.7.4