aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-21 22:36:10 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-21 22:36:10 +0300
commitc4705d93e06d2d06bc1368ff42c51c11e933d9d5 (patch)
treeca937dddffb4689bd63cfca1e308a2880639e07e /src
parentaf8b30f7b83d4ee00f5255f84cc4305d609b446f (diff)
downloadlibADLMIDI-c4705d93e06d2d06bc1368ff42c51c11e933d9d5.tar.gz
libADLMIDI-c4705d93e06d2d06bc1368ff42c51c11e933d9d5.tar.bz2
libADLMIDI-c4705d93e06d2d06bc1368ff42c51c11e933d9d5.zip
Update adlmidi_midiplay.cpp
Minor style fix
Diffstat (limited to 'src')
-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 6ed9b28..fe3da77 100644
--- a/src/adlmidi_midiplay.cpp
+++ b/src/adlmidi_midiplay.cpp
@@ -1824,7 +1824,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] = '-';
}