commit 40bbd551ea7becd6c3f55ad0ea501323f281c26a parent 5340acef85c8a1e25c54365b0021435aac5f3491 Author: fundamental <mark.d.mccurry@gmail.com> Date: Wed, 16 Dec 2009 12:07:15 -0500 Alsa: fixed minor typo in last commit Diffstat:
M | src/Nio/AlsaEngine.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Nio/AlsaEngine.cpp b/src/Nio/AlsaEngine.cpp @@ -193,7 +193,7 @@ bool AlsaEngine::xrunRecover() bool AlsaEngine::Start() { if(enabled()) - return; + return true; OpenStuff(); int chk; pthread_attr_t attr;