dplayx: Avoid shadowing a variable used in loop control (PVS-Studio).
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
428925eeee
commit
9f6bf52ff1
|
@ -762,8 +762,6 @@ static HRESULT WINAPI IDirectPlayLobby3AImpl_EnumAddressTypes( IDirectPlayLobby3
|
|||
DWORD dwAtIndex;
|
||||
LPCSTR atKey = "Address Types";
|
||||
LPCSTR guidDataSubKey = "Guid";
|
||||
FILETIME filetime;
|
||||
|
||||
|
||||
TRACE(" this time through: %s\n", subKeyName );
|
||||
|
||||
|
|
Loading…
Reference in New Issue