Fix crash on null output device

This commit is contained in:
ars-ka0s 2023-01-19 14:55:33 -06:00
parent cc42ba376a
commit 27e0d4a9a0
1 changed files with 1 additions and 1 deletions

View File

@ -527,8 +527,8 @@ int audio_open (struct audio_s *pa)
audio_out_name);
return (-1);
}
break;
#endif
break;
case AUDIO_OUT_TYPE_SDR_UDP:;