get rid of warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1388 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-06-17 02:18:24 +00:00
parent a8ef5a61c8
commit eff9355f88
@@ -48,7 +48,7 @@ typedef struct tfb_sounddecoderfunc
{
const char* (* GetName) (void);
bool (* InitModule) (int flags, const TFB_DecoderFormats*);
void (* TermModule) ();
void (* TermModule) (void);
uint32 (* GetStructSize) (void);
int (* GetError) (THIS_PTR);
bool (* Init) (THIS_PTR);