13
0

fix accidentally deleted return value

This commit is contained in:
Paul Davis 2015-05-12 16:38:13 -04:00
parent 5927fb4997
commit e2a76746e6

View File

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