wininet: Fix misleading indentation.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3e2f443003
commit
ac1628c9d6
|
@ -2887,9 +2887,10 @@ BOOL WINAPI InternetSetOptionW(HINTERNET hInternet, DWORD dwOption,
|
|||
} else if(dwBufferLength != sizeof(ULONG)) {
|
||||
SetLastError(ERROR_INTERNET_BAD_OPTION_LENGTH);
|
||||
ret = FALSE;
|
||||
} else
|
||||
} else {
|
||||
TRACE("INTERNET_OPTION_ERROR_MASK: %x\n", *(ULONG*)lpBuffer);
|
||||
lpwhh->ErrorMask = *(ULONG*)lpBuffer;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case INTERNET_OPTION_PROXY:
|
||||
|
|
Loading…
Reference in New Issue