aboutsummaryrefslogtreecommitdiff
path: root/sound/mpu401.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mpu401.cpp')
-rw-r--r--sound/mpu401.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp
index 460aed5f52..c46c3d60ac 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -90,7 +90,7 @@ MidiDriver_MPU401::MidiDriver_MPU401() :
_timer_proc (0),
_channel_mask (0xFFFF) // Permit all 16 channels by default
{
-
+
uint i;
for (i = 0; i < ARRAYSIZE(_midi_channels); ++i) {
_midi_channels [i].init (this, i);