Commit 91c1fc2f authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wininet/tests: Use the correct array size in a notification_data test.

parent 36ad988d
......@@ -6558,7 +6558,7 @@ static const struct notification_data notification_data[] = {
},
{
async_send_request_ex_test2,
sizeof(async_send_request_ex_test)/sizeof(async_send_request_ex_test[0]),
ARRAY_SIZE(async_send_request_ex_test2),
"POST",
"test.winehq.org",
"tests/post.php"
......
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