diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/backends/sndio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/sndio.cpp b/alc/backends/sndio.cpp index 90233a89..f91fff9e 100644 --- a/alc/backends/sndio.cpp +++ b/alc/backends/sndio.cpp @@ -192,7 +192,7 @@ bool SndioPlayback::reset() if(par.bits != par.bps*8) { ERR("Padded samples not supported (%u of %u bits)\n", par.bits, par.bps*8); - return true; + return false; } mDevice->Frequency = par.rate; |