mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
imaadp32.acm: Don't bother using the register storage class specifier.
This commit is contained in:
parent
4a823fdf00
commit
07d602c4f1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue