Commit a91b6596 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

kernel32: Avoid shadowing "status" variable.

parent 7f602db5
......@@ -1103,7 +1103,6 @@ DWORD WINAPI QueryDosDeviceW( LPCWSTR devname, LPWSTR target, DWORD bufsize )
}
else
{
NTSTATUS status;
WCHAR *buffer;
if (!(buffer = HeapAlloc( GetProcessHeap(), 0, sizeof(dosdevW) + strlenW(devname)*sizeof(WCHAR) )))
......
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