diff options
author | Chris Robinson <[email protected]> | 2010-01-10 12:40:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-01-10 12:40:59 -0800 |
commit | ac9c2e8c4a04703a58325164e530140d9f8c4d85 (patch) | |
tree | 5f2ae2bf0b993008bce6532083f5e90caedfdf8c /Alc/oss.c | |
parent | 45f8efec414c7a5c26d6a4953cbc074b54231209 (diff) |
Cleanup OSS/Solaris loop a bit
Diffstat (limited to 'Alc/oss.c')
-rw-r--r-- | Alc/oss.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,10 +102,10 @@ static ALuint OSSProc(ALvoid *ptr) { AL_PRINT("write failed: %s\n", strerror(errno)); aluHandleDisconnect(pDevice); - len = 0; + break; } - else - Sleep(1); + + Sleep(1); continue; } |