mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 22:01:51 +00:00
mpr: Fix typo (Coverity).
This commit is contained in:
parent
499c26ce66
commit
817265a74e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user