fix accidentally deleted return value

This commit is contained in:
Paul Davis 2015-05-12 16:38:13 -04:00
parent 5fce0d8f01
commit cd305dbf0e

View file

@ -364,6 +364,8 @@ Session::post_engine_init ()
trk->seek (_transport_frame, true);
}
}
return 0;
}
void