Commit 0dca1ebe authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winspool.drv: Remove useless assignments without NULL ptr check (Coverity).

parent 80995b68
......@@ -3766,8 +3766,6 @@ static BOOL WINSPOOL_EnumPrinters(DWORD dwType, LPWSTR lpszName,
dwType &= ~PRINTER_ENUM_CONNECTIONS; /* we don't handle that */
if (!dwType) {
FIXME("We don't handle PRINTER_ENUM_CONNECTIONS\n");
*lpdwNeeded = 0;
*lpdwReturned = 0;
return TRUE;
}
......
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