aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/audio.cpp')
-rw-r--r--backends/platform/dc/audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/audio.cpp b/backends/platform/dc/audio.cpp
index 35cb51f349..4f01531486 100644
--- a/backends/platform/dc/audio.cpp
+++ b/backends/platform/dc/audio.cpp
@@ -59,7 +59,7 @@ void OSystem_Dreamcast::checkSound()
if (n<100)
return;
- _mixer->mixCallback((byte*)temp_sound_buffer,
+ _mixer->mixCallback((byte *)temp_sound_buffer,
2*SAMPLES_TO_BYTES(n));
if (fillpos+n > curr_ring_buffer_samples) {