diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp index a70594c8cc..d5b496839c 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Generic_Software.cpp @@ -431,10 +431,10 @@ RageSound_Generic_Software::~RageSound_Generic_Software() m_DecodeThread.Wait(); LOG->Trace("Decode thread shut down."); LOG->Flush(); - } - LOG->Info( "Mixing %f ahead in %i Mix() calls", - float(g_TotalAhead) / max( g_TotalAheadCount, 1 ), g_TotalAheadCount ); + LOG->Info( "Mixing %f ahead in %i Mix() calls", + float(g_TotalAhead) / max( g_TotalAheadCount, 1 ), g_TotalAheadCount ); + } } /*