13
0

Add missing semicolon (Mixbus)

This commit is contained in:
Robin Gareus 2019-04-08 00:22:13 +02:00
parent 3cc30c73af
commit 4b86d19b27
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -279,7 +279,7 @@ US2400Protocol::get_sorted_stripables()
if (s->mixbus()) { if (s->mixbus()) {
sorted.push_back (s); sorted.push_back (s);
} }
break break;
#else #else
if (!is_track(s) && !s->presentation_info().hidden()) { if (!is_track(s) && !s->presentation_info().hidden()) {
sorted.push_back (s); sorted.push_back (s);