mpr: Fix typo (Coverity).

This commit is contained in:
Paul Vriens 2007-01-14 13:23:45 +01:00 committed by Alexandre Julliard
parent 499c26ce66
commit 817265a74e

View File

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