From 22d2506f5308094e706ec152ec64cfc92ef12876 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 24 Aug 2020 02:27:44 +0300 Subject: More clean-up of old commented code --- src/adlmidi_midiplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi_midiplay.cpp') diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 96eca34..2ed7815 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -431,7 +431,7 @@ bool MIDIplay::realTime_NoteOn(uint8_t channel, uint8_t note, uint8_t velocity) {0, ains->adl[0], false}, {0, (!is_2op) ? ains->adl[1] : ains->adl[0], pseudo_4op} }; -#else /* Unfortunately, WatCom can't brace-initialize structure that incluses structure fields */ +#else /* Unfortunately, Watcom can't brace-initialize structure that incluses structure fields */ MIDIchannel::NoteInfo::Phys voices[MIDIchannel::NoteInfo::MaxNumPhysChans]; voices[0].chip_chan = 0; voices[0].ains = ains->adl[0]; -- cgit v1.2.3