ao_rsound: fix compilation

Probably fixes #3501.
This commit is contained in:
wm4 2016-09-07 18:10:12 +02:00
parent 2372b0a6f6
commit 062423381d
1 changed files with 1 additions and 1 deletions

View File

@ -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}
},