Commit b2ed9c59 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Fix a comment.

parent 7685dad8
......@@ -3999,8 +3999,8 @@ static void HTTP_CacheRequest(http_request_t *request)
* Sends the specified request to the HTTP server
*
* RETURNS
* TRUE on success
* FALSE on failure
* ERROR_SUCCESS on success
* win32 error code on failure
*
*/
static DWORD HTTP_HttpSendRequestW(http_request_t *request, LPCWSTR lpszHeaders,
......
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