Commit 817265a7 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

mpr: Fix typo (Coverity).

parent 499c26ce
......@@ -819,7 +819,7 @@ DWORD WINAPI WNetEnumResourceA( HANDLE hEnum, LPDWORD lpcCount,
ret = WN_BAD_POINTER;
else if (!lpcCount)
ret = WN_BAD_POINTER;
if (!lpBuffer)
else if (!lpBuffer)
ret = WN_BAD_POINTER;
else if (!lpBufferSize)
ret = WN_BAD_POINTER;
......
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