imaadp32.acm: Don't bother using the register storage class specifier.
This commit is contained in:
parent
4a823fdf00
commit
07d602c4f1
|
@ -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... */
|
||||
|
|
Loading…
Reference in New Issue