From 4d09c7252b11d09edd9fc2c79897efd3fd262295 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Mon, 5 Jan 2009 09:05:25 +0000 Subject: [PATCH] Indent --- Src/SID_SDL.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/SID_SDL.i b/Src/SID_SDL.i index 8251618..cef132f 100644 --- a/Src/SID_SDL.i +++ b/Src/SID_SDL.i @@ -52,7 +52,7 @@ void DigitalRenderer::fill_audio(Uint8 *stream, int len) } if (to_output - cnt / 2 <= 0) to_output = 0; - else + else to_output -= cnt / 2; }