diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:50:32 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:50:32 -0700 |
commit | bd53002a2bf51d48992613601719d180fed09975 (patch) | |
tree | 39998f35101cb3854599c63caac58faf9e188573 /src/rmd_threads.c | |
parent | 1f3db49e13f126bf047735a9ce84bccc8b3d75da (diff) |
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.
Diffstat (limited to 'src/rmd_threads.c')
-rw-r--r-- | src/rmd_threads.c | 2 |
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); } |