aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-21 22:36:15 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-21 22:36:15 +0300
commitd8bf3e21686c2634a1d461b68783928bc285eae8 (patch)
treeb29b3337e28778e17404073f85c9baca9909ee78
parentc025dc0c06eed05800d5081380b7771e2de6fea4 (diff)
parentc4705d93e06d2d06bc1368ff42c51c11e933d9d5 (diff)
downloadlibADLMIDI-d8bf3e21686c2634a1d461b68783928bc285eae8.tar.gz
libADLMIDI-d8bf3e21686c2634a1d461b68783928bc285eae8.tar.bz2
libADLMIDI-d8bf3e21686c2634a1d461b68783928bc285eae8.zip
Merge branch 'master' into wip-new-embedded-banks
-rw-r--r--src/adlmidi_midiplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp
index 559ed69..a665d9e 100644
--- a/src/adlmidi_midiplay.cpp
+++ b/src/adlmidi_midiplay.cpp
@@ -1829,7 +1829,7 @@ void MIDIplay::describeChannels(char *str, char *attr, size_t size)
AdlChannel::const_users_iterator locnext(loc);
if(!loc.is_end()) ++locnext;
- if(loc.is_end()) // off
+ if(loc.is_end()) // off
{
str[index] = '-';
}