Correction.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2820 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-07-25 21:51:53 +00:00
parent 631d19d659
commit 839465c667
@@ -27,10 +27,10 @@
#include "decoder.h"
#include "wav.h"
#include "dukaud.h"
#ifndef OGGVORBIS_NONE
# include "modaud.h"
#endif /* OGGVORBIS_NONE */
#include "oggaud.h"
#include "modaud.h"
#ifndef OVCODEC_NONE
# include "oggaud.h"
#endif /* OVCODEC_NONE */
#include "aiffaud.h"
@@ -136,7 +136,7 @@ static TFB_RegSoundDecoder sd_decoders[MAX_REG_DECODERS + 1] =
{true, true, "mod", &moda_DecoderVtbl},
#ifndef OVCODEC_NONE
{true, true, "ogg", &ova_DecoderVtbl},
#endif /* OGGVORBIS_NONE */
#endif /* OVCODEC_NONE */
{true, true, "duk", &duka_DecoderVtbl},
{true, true, "aif", &aifa_DecoderVtbl},
{false, false, NULL, NULL}, // null term