Commit e70de44e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winmm: Remove dead initialization (clang).

parent 16955095
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment