aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/zodiac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi/zodiac.cpp')
-rw-r--r--backends/midi/zodiac.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/midi/zodiac.cpp b/backends/midi/zodiac.cpp
index 349635f8b2..10a9d166b4 100644
--- a/backends/midi/zodiac.cpp
+++ b/backends/midi/zodiac.cpp
@@ -22,7 +22,6 @@
* $Id$
*/
-#include "common/stdafx.h"
#include "sound/mpu401.h"
#include "common/util.h"
@@ -113,7 +112,7 @@ void MidiDriver_Zodiac::send(uint32 b) {
void MidiDriver_Zodiac::sysEx(const byte *msg, uint16 length) {
unsigned char buf[256];
-
+
buf[0] = 0xF0;
memcpy(buf + 1, msg, length);
buf[length + 1] = 0xF7;