File diff r5987:a759a742197a → r5988:7f6f0097eeb1
src/sound/sdl_s.cpp
Show inline comments
 
@@ -35,13 +35,13 @@ static const char *SdlSoundStart(const c
 

	
 
static void SdlSoundStop(void)
 
{
 
	SDL_CALL SDL_CloseAudio();
 
	SdlClose(SDL_INIT_AUDIO);
 
}
 

	
 
const HalSoundDriver _sdl_sound_driver = {
 
	SdlSoundStart,
 
	SdlSoundStop,
 
};
 

	
 
#endif
 
#endif /* WITH_SDL */