From bd53002a2bf51d48992613601719d180fed09975 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 8 Sep 2020 23:50:32 -0700 Subject: cache_audio: s/sound/audio/ where appropriate Despite this listing already being named rmd_cache_audio, it used sound instead of audio for the api. --- src/rmd_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rmd_threads.c') 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); } -- cgit v1.2.3