From 75d67fbe85f912cba47ab781e795cc45d41f2a11 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 22 Jan 2006 07:24:18 +0000 Subject: [PATCH] Spacing. --- stepmania/src/arch/Sound/RageSoundDriver_CA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp index 388ce98f23..719275fd39 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp @@ -312,7 +312,7 @@ OSStatus RageSound_CA::OverloadListener( AudioDeviceID inDevice, } LOG->Warn( "Audio overload. Last IOProc time: %f IOProc calls: %i (%s)", - g_fLastIOProcTime, g_iNumIOProcCalls, Output.c_str() ); + g_fLastIOProcTime, g_iNumIOProcCalls, Output.c_str() ); g_iNumIOProcCalls = 0; return noErr; }