From eff9355f888464b7f9ffeec9482df23cbf3d4601 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 17 Jun 2004 02:18:24 +0000 Subject: [PATCH] get rid of warning git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1388 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/sound/decoders/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/sound/decoders/decoder.h b/sc2/src/sc2code/libs/sound/decoders/decoder.h index 3b60cf741..1b1d62e34 100644 --- a/sc2/src/sc2code/libs/sound/decoders/decoder.h +++ b/sc2/src/sc2code/libs/sound/decoders/decoder.h @@ -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);