aboutsummaryrefslogtreecommitdiff
path: root/sound/midiparser_smf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/midiparser_smf.cpp')
-rw-r--r--sound/midiparser_smf.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/midiparser_smf.cpp b/sound/midiparser_smf.cpp
index 45d0e43182..ed5007ecb7 100644
--- a/sound/midiparser_smf.cpp
+++ b/sound/midiparser_smf.cpp
@@ -23,7 +23,6 @@
*
*/
-#include "common/stdafx.h"
#include "sound/midiparser.h"
#include "sound/mididrv.h"
#include "common/util.h"
@@ -127,7 +126,7 @@ void MidiParser_SMF::parseNextEvent(EventInfo &info) {
info.ext.data = _position._play_pos;
_position._play_pos += info.length;
break;
-
+
default:
warning("MidiParser_SMF::parseNextEvent: Unsupported event code %x", info.event);
}