(audio_driver.c) Cleanup
This commit is contained in:
parent
0e3bc69f8c
commit
08bbc8199f
|
@ -951,7 +951,7 @@ bool audio_driver_toggle_mute(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool audio_driver_alive(void)
|
||||
static INLINE bool audio_driver_alive(void)
|
||||
{
|
||||
if ( current_audio
|
||||
&& current_audio->alive
|
||||
|
|
Loading…
Reference in New Issue