Commit 58e37cbe authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winecoreaudio: Move a variable declaration to narrower scope, reduce whitespace.

parent de480f0b
......@@ -1072,7 +1072,6 @@ static void wodHelper_NotifyDoneForList(WINE_WAVEOUT* wwo, LPWAVEHDR lpWaveHdr)
*/
static void wodHelper_NotifyCompletions(WINE_WAVEOUT* wwo, BOOL force)
{
LPWAVEHDR lpWaveHdr;
LPWAVEHDR lpFirstDoneWaveHdr = NULL;
OSSpinLockLock(&wwo->lock);
......@@ -1086,6 +1085,7 @@ static void wodHelper_NotifyCompletions(WINE_WAVEOUT* wwo, BOOL force)
}
else
{
LPWAVEHDR lpWaveHdr;
LPWAVEHDR lpLastDoneWaveHdr = NULL;
/* Start from lpQueuePtr and keep notifying until:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment