aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2002-12-25 00:48:13 +0000
committerMax Horn2002-12-25 00:48:13 +0000
commit2c01dc85369a1246521cc6d4d5c6e749ccc8999b (patch)
tree0bd584c2fc01c1ee722e50823ca0cad80592742b /sound
parent70769ee04b3667287d8c5b754b3198c652c286a5 (diff)
downloadscummvm-rg350-2c01dc85369a1246521cc6d4d5c6e749ccc8999b.tar.gz
scummvm-rg350-2c01dc85369a1246521cc6d4d5c6e749ccc8999b.tar.bz2
scummvm-rg350-2c01dc85369a1246521cc6d4d5c6e749ccc8999b.zip
even more -peantic fixes
svn-id: r6111
Diffstat (limited to 'sound')
-rw-r--r--sound/midistreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/midistreamer.h b/sound/midistreamer.h
index 6e598104b2..760ebf4cdb 100644
--- a/sound/midistreamer.h
+++ b/sound/midistreamer.h
@@ -41,7 +41,7 @@ public:
// event = (ME_xxx<<24) | <24-bit data associated with event>
enum {
ME_NONE = 0,
- ME_TEMPO = 1,
+ ME_TEMPO = 1
};
private: