From 6b0056854476030c496c6303835d1a90d4042376 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 30 May 2015 13:06:47 -0400 Subject: Fix tab character. --- opl/opl_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opl/opl_sdl.c b/opl/opl_sdl.c index 1334ac07..54164f34 100644 --- a/opl/opl_sdl.c +++ b/opl/opl_sdl.c @@ -188,7 +188,7 @@ static void FillBuffer(int16_t *buffer, unsigned int nsamples) buffer[i * 2] = (int16_t) mix_buffer[i]; buffer[i * 2 + 1] = (int16_t) mix_buffer[i]; } - } + } } // Callback function to fill a new sound buffer: -- cgit v1.2.3