fix a misplaced assert

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2463 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2008-05-18 19:06:31 +00:00
parent 940f89860c
commit 0a2b6dd38f

View file

@ -158,7 +158,7 @@ static void subscribe_cb(pa_core *c, pa_subscription_event_type_t t, uint32_t id
int pa__init(pa_module *m) { int pa__init(pa_module *m) {
struct userdata *u; struct userdata *u;
pa_assert(u); pa_assert(m);
u = pa_xnew0(struct userdata, 1); u = pa_xnew0(struct userdata, 1);
u->core = m->core; u->core = m->core;