File diff r5987:a759a742197a → r5988:7f6f0097eeb1
src/sound/sdl_s.cpp
Show inline comments
 
@@ -41,7 +41,7 @@ static void SdlSoundStop(void)
 

	
 
const HalSoundDriver _sdl_sound_driver = {
 
	SdlSoundStart,
 
	SdlSoundStop,
 
};
 

	
 
#endif
 
#endif /* WITH_SDL */