winmm: remove dead initialization (clang)

André Hentschel nerv at dawncrow.de
Tue Jul 5 14:37:32 CDT 2011


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

diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c
index 10dd76a..15ff6ed 100644
--- a/dlls/winmm/mci.c
+++ b/dlls/winmm/mci.c
@@ -1870,7 +1870,7 @@ static DWORD MCI_WriteString(LPWSTR lpDstStr, DWORD dstSize, LPCWSTR lpSrcStr)
 static	DWORD MCI_SysInfo(UINT uDevID, DWORD dwFlags, LPMCI_SYSINFO_PARMSW lpParms)
 {
     DWORD		ret = MCIERR_INVALID_DEVICE_ID, cnt = 0;
-    WCHAR		buf[2048], *s = buf, *p;
+    WCHAR		buf[2048], *s, *p;
     LPWINE_MCIDRIVER	wmd;
     HKEY		hKey;
 
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list