really fix a superfluous warning when building padsp.c

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@973 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-05-25 17:18:42 +00:00
parent 4413b89d7a
commit f3b72593b5

View file

@ -205,7 +205,7 @@ static int padsp_disabled(void) {
pthread_mutex_lock(&func_mutex);
if (!sym_resolved) {
sym = (int*) dlsym_fn(RTLD_DEFAULT, "__padsp_disabled__");
sym = (int*) dlsym(RTLD_DEFAULT, "__padsp_disabled__");
sym_resolved = 1;
}