Consistent use of abort() /* NOTREACHED */
[ardour.git] / libs / surfaces / mackie / gui.cc
index 7209ef93f9d4e25c79971021ae53ce70576468f2..74e314b2e7c766057bdc160f9067dfc76cbfed14 100644 (file)
@@ -371,7 +371,7 @@ MackieControlProtocolGUI::device_dependent_widget ()
 
                        if (!surface) {
                                PBD::fatal << string_compose (_("programming error: %1\n"), string_compose ("n=%1 surface not found!", n)) << endmsg;
-                               /*NOTREACHED*/
+                               abort (); /*NOTREACHED*/
                        }
 
                        Gtk::ComboBox* input_combo = manage (new Gtk::ComboBox);