aboutsummaryrefslogtreecommitdiff
path: root/src/midi_sequencer.hpp
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-03 00:49:00 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-03 00:49:00 +0300
commit94f30af1cca58faea337d0e50fc21a852c5bb2b7 (patch)
tree9f70f73931ffa90d98b9c98897a5344710cc3130 /src/midi_sequencer.hpp
parentadd55f65c5727bfab338be16e6548f9af8756048 (diff)
downloadlibADLMIDI-94f30af1cca58faea337d0e50fc21a852c5bb2b7.tar.gz
libADLMIDI-94f30af1cca58faea337d0e50fc21a852c5bb2b7.tar.bz2
libADLMIDI-94f30af1cca58faea337d0e50fc21a852c5bb2b7.zip
Whoops: remove an unnecessary comma
(C++98!)
Diffstat (limited to 'src/midi_sequencer.hpp')
-rw-r--r--src/midi_sequencer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midi_sequencer.hpp b/src/midi_sequencer.hpp
index 69dead8..3c01ed9 100644
--- a/src/midi_sequencer.hpp
+++ b/src/midi_sequencer.hpp
@@ -76,7 +76,7 @@ class BW_MidiSequencer
//! System Exclusive message, type 2
T_SYSEX2 = 0xF7,//size == len
//! Special event
- T_SPECIAL = 0xFF,
+ T_SPECIAL = 0xFF
};
/**
* @brief Special MIDI event sub-types