aboutsummaryrefslogtreecommitdiff
path: root/backends/mixer/symbiansdl/symbiansdl-mixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/mixer/symbiansdl/symbiansdl-mixer.cpp')
-rw-r--r--backends/mixer/symbiansdl/symbiansdl-mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/mixer/symbiansdl/symbiansdl-mixer.cpp b/backends/mixer/symbiansdl/symbiansdl-mixer.cpp
index d4637fdd88..e978e9207f 100644
--- a/backends/mixer/symbiansdl/symbiansdl-mixer.cpp
+++ b/backends/mixer/symbiansdl/symbiansdl-mixer.cpp
@@ -52,7 +52,7 @@ void SymbianSdlMixerManager::startAudio() {
void SymbianSdlMixerManager::callbackHandler(byte *samples, int len) {
assert(_mixer);
-#if defined (S60) && !defined(S60V3)
+#if defined(S60) && !defined(S60V3)
// If not stereo then we need to downmix
if (_obtained.channels != 2) {
_mixer->mixCallback(_stereoMixBuffer, len * 2);