diff options
Diffstat (limited to 'src/libxineadec/nsf.c')
-rw-r--r-- | src/libxineadec/nsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxineadec/nsf.c b/src/libxineadec/nsf.c index 08a4f1814..31d3b36e8 100644 --- a/src/libxineadec/nsf.c +++ b/src/libxineadec/nsf.c @@ -127,7 +127,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, |