From 3ff6dd63aad8c6eec5eeee3a782b032fc272cb10 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 5 Feb 2003 04:45:04 +0000 Subject: [PATCH] Minor semantic fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@680 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/sound/mixsdl/mixerint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/sound/mixsdl/mixerint.h b/sc2/src/sc2code/libs/sound/mixsdl/mixerint.h index 67612b310..b4b97152f 100644 --- a/sc2/src/sc2code/libs/sound/mixsdl/mixerint.h +++ b/sc2/src/sc2code/libs/sound/mixsdl/mixerint.h @@ -122,4 +122,4 @@ static void mixSDL_mix_lowq (uint8 *stream, sint32 len); static __inline__ bool mixSDL_SourceGetNextSample (mixSDL_Source *src, sint32* samp); -#endif /* MIXER_H */ +#endif /* MIXERINT_H */