mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-17 07:19:42 +00:00
a2dp sink: fix typo
This commit is contained in:
parent
e2d6e24b54
commit
baba939ba9
@ -512,7 +512,7 @@ static void media_processing_close(void){
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PORTAUDIO
|
#ifdef HAVE_PORTAUDIO
|
||||||
printf("PortAudio: Steram closed\n");
|
printf("PortAudio: Stream closed\n");
|
||||||
log_info("PortAudio: Stream closed");
|
log_info("PortAudio: Stream closed");
|
||||||
|
|
||||||
PaError err = Pa_StopStream(stream);
|
PaError err = Pa_StopStream(stream);
|
||||||
|
Loading…
Reference in New Issue
Block a user