diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 4a53766d46..dcfd91b5d1 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -2184,7 +2184,7 @@ void ARDOUR_UI::transport_goto_start () { if (_session) { - _session->goto_start(); + _session->goto_start (); /* force displayed area in editor to start no matter what "follow playhead" setting is.