diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 94ea301cdf..20b98c82d7 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -2002,8 +2002,8 @@ Editor::add_location_mark_with_flag (timepos_t const & where, Location::Flags fl if (UIConfiguration::instance().get_name_new_markers()) { if (!edit_location (*location, true, false)) { delete location; - return; - } + return; + } } begin_reversible_command (_("add marker"));