summaryrefslogtreecommitdiff
path: root/opl/opl_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl_sdl.c')
-rw-r--r--opl/opl_sdl.c2
1 files changed, 1 insertions, 1 deletions
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: