# HG changeset patch # User Ryan C. Gordon # Date 1011482862 0 # Node ID 034b2e56f40521944e16ac48f4d2fa7784dfa856 # Parent 2b9131a7653ce362c60f8952f683f3f2bd03549e Fixed some tabs. diff -r 2b9131a7653c -r 034b2e56f405 playsound/playsound.c --- a/playsound/playsound.c Sat Jan 19 20:13:42 2002 +0000 +++ b/playsound/playsound.c Sat Jan 19 23:27:42 2002 +0000 @@ -510,11 +510,13 @@ } /* while */ SDL_PauseAudio(1); - /* Sleep two buffers' worth of audio before closing, in order - to allow the playback to finish. This isn't always enough; - perhaps SDL needs a way to explicitly wait for device drain? */ - delay = 2 * 1000 * sdl_desired.samples / sdl_desired.freq; - SDL_Delay(delay); + /* + * Sleep two buffers' worth of audio before closing, in order + * to allow the playback to finish. This isn't always enough; + * perhaps SDL needs a way to explicitly wait for device drain? + */ + delay = 2 * 1000 * sdl_desired.samples / sdl_desired.freq; + SDL_Delay(delay); if (sample->flags & SOUND_SAMPLEFLAG_ERROR) {