winmm: Remove dead initialization (clang).

This commit is contained in:
André Hentschel 2011-07-05 21:37:32 +02:00 committed by Alexandre Julliard
parent 16955095ad
commit e70de44edf
1 changed files with 1 additions and 1 deletions

View File

@ -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;