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

Michael Stefaniuc mstefani at redhat.de
Mon Oct 8 06:17:56 CDT 2012


---
 dlls/imaadp32.acm/imaadp32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/imaadp32.acm/imaadp32.c b/dlls/imaadp32.acm/imaadp32.c
index 0d7ed32..19c2ae2 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... */
-- 
1.7.7.6



More information about the wine-patches mailing list