From 07d602c4f1876048f86f613167af33b00defa09b Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Mon, 8 Oct 2012 13:17:56 +0200 Subject: [PATCH] imaadp32.acm: Don't bother using the register storage class specifier. --- dlls/imaadp32.acm/imaadp32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/imaadp32.acm/imaadp32.c b/dlls/imaadp32.acm/imaadp32.c index 0d7ed3224d9..19c2ae28d27 100644 --- a/dlls/imaadp32.acm/imaadp32.c +++ b/dlls/imaadp32.acm/imaadp32.c @@ -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... */