DummyAudioBackend: fix freewheelin' typo

This commit is contained in:
Robin Gareus 2014-04-29 12:57:03 +02:00 committed by Paul Davis
parent 96be646607
commit e9caa2f81c

View file

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