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

Alexandre Julliard julliard at winehq.org
Mon Oct 8 13:39:57 CDT 2012


Module: wine
Branch: master
Commit: 07d602c4f1876048f86f613167af33b00defa09b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07d602c4f1876048f86f613167af33b00defa09b

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Oct  8 13:17:56 2012 +0200

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

---

 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... */




More information about the wine-cvs mailing list