Add missing semicolon (Mixbus)
[ardour.git] / libs / surfaces / us2400 / us2400_control_protocol.cc
index 0a6f950d44a17772a7bbe4e92fbba190c8e145ba..e6d54819f10cd9bf8a045e0cc18416a2e7883943 100644 (file)
@@ -279,7 +279,7 @@ US2400Protocol::get_sorted_stripables()
                        if (s->mixbus()) {
                                sorted.push_back (s);
                        }
-                       break
+                       break;
 #else
                        if (!is_track(s) && !s->presentation_info().hidden()) {
                                sorted.push_back (s);