commit 6b0056854476030c496c6303835d1a90d4042376
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat May 30 13:06:47 2015 -0400
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat May 30 13:06:47 2015 -0400
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: