mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
fix accidentally deleted return value
This commit is contained in:
parent
5fce0d8f01
commit
cd305dbf0e
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,8 @@ Session::post_engine_init ()
|
|||
trk->seek (_transport_frame, true);
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue