Skip to content

Commit 27e0d4a

Browse files
committed
Fix crash on null output device
1 parent cc42ba3 commit 27e0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/audio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ int audio_open (struct audio_s *pa)
527527
audio_out_name);
528528
return (-1);
529529
}
530-
break;
531530
#endif
531+
break;
532532

533533
case AUDIO_OUT_TYPE_SDR_UDP:;
534534

0 commit comments

Comments
 (0)