mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some missing semi-colons.
This commit is contained in:
parent
9b1d596dd5
commit
e60aa581d6
8 changed files with 8 additions and 8 deletions
|
|
@ -661,7 +661,7 @@ String MidiMessage::getTextFromTextMetaEvent() const
|
|||
|
||||
MidiMessage MidiMessage::textMetaEvent (int type, StringRef text)
|
||||
{
|
||||
jassert (type > 0 && type < 16)
|
||||
jassert (type > 0 && type < 16);
|
||||
|
||||
MidiMessage result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue