aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/snd_codec.h')
-rw-r--r--code/client/snd_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/snd_codec.h b/code/client/snd_codec.h
index 5ada65d..03fcaa2 100644
--- a/code/client/snd_codec.h
+++ b/code/client/snd_codec.h
@@ -77,7 +77,7 @@ int S_CodecReadStream(snd_stream_t *stream, int bytes, void *buffer);
// Util functions (used by codecs)
snd_stream_t *S_CodecUtilOpen(const char *filename, snd_codec_t *codec);
-void S_CodecUtilClose(snd_stream_t *stream);
+void S_CodecUtilClose(snd_stream_t **stream);
// WAV Codec
extern snd_codec_t wav_codec;