From: Paul Davis Date: Tue, 12 May 2015 20:38:13 +0000 (-0400) Subject: fix accidentally deleted return value X-Git-Tag: 4.2~454 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e2a76746e65c42fd10a892ffd82300f1cf776ac6;p=ardour.git fix accidentally deleted return value --- diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index ba904d24c9..5e07a9204e 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -364,6 +364,8 @@ Session::post_engine_init () trk->seek (_transport_frame, true); } } + + return 0; } void