diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/snd_codec_opus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_codec_opus.c b/src/client/snd_codec_opus.c index 5ac9d4a9..190aee9a 100644 --- a/src/client/snd_codec_opus.c +++ b/src/client/snd_codec_opus.c @@ -449,4 +449,4 @@ void *S_OggOpus_CodecLoad(const char *filename, snd_info_t *info) return buffer; } -#endif // USE_CODEC_VORBIS +#endif // USE_CODEC_OPUS |