wininet: Fix a comment.
This commit is contained in:
parent
7685dad81d
commit
b2ed9c5967
|
@ -3999,8 +3999,8 @@ static void HTTP_CacheRequest(http_request_t *request)
|
||||||
* Sends the specified request to the HTTP server
|
* Sends the specified request to the HTTP server
|
||||||
*
|
*
|
||||||
* RETURNS
|
* RETURNS
|
||||||
* TRUE on success
|
* ERROR_SUCCESS on success
|
||||||
* FALSE on failure
|
* win32 error code on failure
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static DWORD HTTP_HttpSendRequestW(http_request_t *request, LPCWSTR lpszHeaders,
|
static DWORD HTTP_HttpSendRequestW(http_request_t *request, LPCWSTR lpszHeaders,
|
||||||
|
|
Loading…
Reference in New Issue