summaryrefslogtreecommitdiff
path: root/src/combined/nsf_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/combined/nsf_decoder.c')
-rw-r--r--src/combined/nsf_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/nsf_decoder.c b/src/combined/nsf_decoder.c
index b1d8e706c..20472cd10 100644
--- a/src/combined/nsf_decoder.c
+++ b/src/combined/nsf_decoder.c
@@ -129,7 +129,7 @@ static void nsf_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
/* if the audio output is not open yet, open the audio output */
if (!this->output_open) {
- this->output_open = this->stream->audio_out->open(
+ this->output_open = (this->stream->audio_out->open) (
this->stream->audio_out,
this->stream,
this->bits_per_sample,