diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-21 00:45:06 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-21 00:45:06 +0300 |
commit | f95e5ff580b68b13ba308fd54e1c95d4197ad863 (patch) | |
tree | 63539cbf427912686565dab81b3aa820346967b5 /src/adlmidi_midiplay.cpp | |
parent | 193ac787fed2beb43c89312e5f45e231d50c544d (diff) | |
parent | 9b51dd7d667e97338a92711543fc3e942faae52f (diff) | |
download | libADLMIDI-f95e5ff580b68b13ba308fd54e1c95d4197ad863.tar.gz libADLMIDI-f95e5ff580b68b13ba308fd54e1c95d4197ad863.tar.bz2 libADLMIDI-f95e5ff580b68b13ba308fd54e1c95d4197ad863.zip |
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
Diffstat (limited to 'src/adlmidi_midiplay.cpp')
-rw-r--r-- | src/adlmidi_midiplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 8d92933..56283f3 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -1841,7 +1841,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] = '-'; } |