13
0

DummyAudioBackend: fix freewheelin' typo

This commit is contained in:
Robin Gareus 2014-04-29 12:57:03 +02:00
parent eaafc3394a
commit 1f70e9472a

View File

@ -332,7 +332,7 @@ DummyAudioBackend::stop ()
int
DummyAudioBackend::freewheel (bool onoff)
{
if (onoff != _freewheeling) {
if (onoff == _freewheeling) {
return 0;
}
_freewheeling = onoff;