xaudio2: Add another missing break for consistency.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2016-01-07 18:20:25 +03:00 committed by Alexandre Julliard
parent 37cdf65949
commit f505f5fdeb
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ static ALenum get_al_format(const WAVEFORMATEX *fmt)
case 8:
return AL_FORMAT_71CHN16;
}
break;
}
}else if(fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT ||
(fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE &&