mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 13:44:20 +02:00
Fix else indentation
This commit is contained in:
parent
0e1742588b
commit
5268ef8ac2
1 changed files with 1 additions and 2 deletions
|
@ -288,8 +288,7 @@ int64_t AudioInjector::injectNextFrame() {
|
|||
if (_options.loop) {
|
||||
// we were asked to loop, set our send offset to 0
|
||||
_currentSendOffset = 0;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
// we weren't to loop, say that we're done now
|
||||
finish();
|
||||
return NEXT_FRAME_DELTA_ERROR_OR_FINISHED;
|
||||
|
|
Loading…
Reference in a new issue