1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

cosmetic cleanup

This commit is contained in:
jules 2008-06-17 11:53:12 +00:00
parent 04367b199a
commit 29e2de7fd0
40 changed files with 3783 additions and 3787 deletions

View file

@ -458,7 +458,7 @@ void AudioDeviceManager::updateXml()
for (int i = 0; i < midiInsFromXml.size(); ++i)
{
if (! availableMidiDevices.contains (midiInsFromXml[i], true))
if (! availableMidiDevices.contains (midiInsFromXml[i], true))
{
XmlElement* const m = new XmlElement (T("MIDIINPUT"));
m->setAttribute (T("name"), midiInsFromXml[i]);