summaryrefslogtreecommitdiff
path: root/src/client/snd_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/snd_codec.h')
-rw-r--r--src/client/snd_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_codec.h b/src/client/snd_codec.h
index 582e65ef..717ae171 100644
--- a/src/client/snd_codec.h
+++ b/src/client/snd_codec.h
@@ -78,7 +78,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;