mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
DummyAudioBackend: fix freewheelin' typo
This commit is contained in:
parent
96be646607
commit
e9caa2f81c
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ DummyAudioBackend::stop ()
|
|||
int
|
||||
DummyAudioBackend::freewheel (bool onoff)
|
||||
{
|
||||
if (onoff != _freewheeling) {
|
||||
if (onoff == _freewheeling) {
|
||||
return 0;
|
||||
}
|
||||
_freewheeling = onoff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue