aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi')
-rw-r--r--backends/midi/adlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp
index 9483c14b44..cbbeb59b7e 100644
--- a/backends/midi/adlib.cpp
+++ b/backends/midi/adlib.cpp
@@ -872,11 +872,11 @@ void MidiDriver_ADLIB::close() {
uint i;
for (i = 0; i < ARRAYSIZE(_voices); ++i) {
if (_voices [i]._part)
- mc_off (&_voices [i]);
+ mc_off(&_voices [i]);
}
// Detach the premix callback handler
- _mixer->setupPremix (0, 0);
+ _mixer->setupPremix(0, 0);
// Turn off the OPL emulation
// YM3812Shutdown();