Skip to content

Commit 91b43d3

Browse files
committed
Fix crash on null output device
1 parent 7cd8615 commit 91b43d3

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
@@ -519,8 +519,8 @@ int audio_open (struct audio_s *pa)
519519
audio_out_name);
520520
return (-1);
521521
}
522-
break;
523522
#endif
523+
break;
524524

525525
case AUDIO_OUT_TYPE_SDR_UDP:;
526526

0 commit comments

Comments
 (0)