imaadp32.acm: Don't bother using the register storage class specifier.

This commit is contained in:
Michael Stefaniuc 2012-10-08 13:17:56 +02:00 committed by Alexandre Julliard
parent 4a823fdf00
commit 07d602c4f1

View file

@ -136,7 +136,7 @@ static DWORD ADPCM_GetFormatIndex(const WAVEFORMATEX *wfx)
static void init_wfx_ima_adpcm(IMAADPCMWAVEFORMAT* awfx/*, DWORD nba*/)
{
register WAVEFORMATEX* pwfx = &awfx->wfx;
WAVEFORMATEX* pwfx = &awfx->wfx;
/* we assume wFormatTag, nChannels, nSamplesPerSec and wBitsPerSample
* have been initialized... */