wininet: Fix a comment.

This commit is contained in:
Juan Lang 2011-03-02 17:09:45 -08:00 committed by Alexandre Julliard
parent 7685dad81d
commit b2ed9c5967
1 changed files with 2 additions and 2 deletions

View File

@ -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,