Commit 12689d9b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Small spelling fix in a parameter name.

parent 15652ba9
......@@ -284,7 +284,7 @@ static void test_event_security(void)
static HANDLE sem = 0;
static void CALLBACK iocp_callback(DWORD dwErrorCode, DWORD dwNumberOfBytesTransfered, LPOVERLAPPED lpOverlapped)
static void CALLBACK iocp_callback(DWORD dwErrorCode, DWORD dwNumberOfBytesTransferred, LPOVERLAPPED lpOverlapped)
{
ReleaseSemaphore(sem, 1, NULL);
}
......
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