Commit 42a92014 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winhttp: Sign-compare warning fix.

parent 94d22682
......@@ -276,7 +276,7 @@ end:
static void request_destroy( object_header_t *hdr )
{
request_t *request = (request_t *)hdr;
int i;
DWORD i;
TRACE("%p\n", request);
......
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