diff options
Diffstat (limited to 'src/plugins/Output')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/waveout/outputwaveout.cpp b/src/plugins/Output/waveout/outputwaveout.cpp index 31e1f38a1..4219649aa 100644 --- a/src/plugins/Output/waveout/outputwaveout.cpp +++ b/src/plugins/Output/waveout/outputwaveout.cpp @@ -1,5 +1,5 @@ /***************************************************************************
- * Copyright (C) 2009-2017 by Ilya Kotov *
+ * Copyright (C) 2009-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -236,7 +236,7 @@ void OutputWaveOut::uninitialize() if (dev)
{
waveOutReset(dev); // reset the device
- while (ScheduledBlocks > 0);
+ while (ScheduledBlocks > 0)
Sleep (10);
while (PlayedWaveHeadersCount > 0) // free used blocks ...
|
