From 062423381d0e29d0560d44560019b23dde913bec Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Sep 2016 18:10:12 +0200 Subject: ao_rsound: fix compilation Probably fixes #3501. --- audio/out/ao_rsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_rsound.c b/audio/out/ao_rsound.c index 65196d0932..5ecb39b9d3 100644 --- a/audio/out/ao_rsound.c +++ b/audio/out/ao_rsound.c @@ -158,7 +158,7 @@ const struct ao_driver audio_out_rsound = { .options = (const struct m_option[]) { OPT_STRING("host", host, 0, .deprecation_message = "request --audio-device support on issue tracker"), - OPT_STRING("port", port, 0 + OPT_STRING("port", port, 0, .deprecation_message = "request --audio-device support on issue tracker"), {0} }, -- cgit v1.2.3