Code style changed.
This commit is contained in:
parent
99e63b51f8
commit
9313197023
@ -45,7 +45,8 @@ static ITSMFAudioDevice* tsmf_load_audio_device_by_name(const char* name, const
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (!audio->Open(audio, device)) {
|
||||
if (!audio->Open(audio, device))
|
||||
{
|
||||
audio->Free(audio);
|
||||
audio = NULL;
|
||||
WLog_ERR(TAG, "failed to open, name: %s, device: %s", name, device);
|
||||
|
Loading…
Reference in New Issue
Block a user