summaryrefslogtreecommitdiff
path: root/src/rmd_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_threads.c')
-rw-r--r--src/rmd_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_threads.c b/src/rmd_threads.c
index dcc9f51..7facba0 100644
--- a/src/rmd_threads.c
+++ b/src/rmd_threads.c
@@ -94,7 +94,7 @@ void rmdThreads(ProgData *pdata) {
else
pthread_create( &sound_cache_t,
NULL,
- (void *)rmdCacheSoundBuffer,
+ (void *)rmdCacheAudioBuffer,
(void *)pdata);
}
© All Rights Reserved