Juan Lang : wininet: Fix a comment.
Module: wine Branch: master Commit: b2ed9c59671b14b451bb60e61c6818a1cd3d08c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b2ed9c59671b14b451bb60e61c... Author: Juan Lang <juan.lang(a)gmail.com> Date: Wed Mar 2 17:09:45 2011 -0800 wininet: Fix a comment. --- dlls/wininet/http.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index 1f9b611..841a83f 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c @@ -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,
participants (1)
-
Alexandre Julliard