Commit 70dcc417 authored by Alexander Morozov's avatar Alexander Morozov Committed by Alexandre Julliard

ntoskrnl.exe: Fix a typo.

parent 3cd51c0a
......@@ -243,8 +243,8 @@ NTSTATUS CDECL wine_ntoskrnl_main_loop( HANDLE stop_event )
code = reply->code;
ioctl = reply->next;
device = wine_server_get_ptr( reply->user_ptr );
client_tid = reply->client_pid;
client_pid = reply->client_tid;
client_tid = reply->client_tid;
client_pid = reply->client_pid;
in_size = reply->in_size;
out_size = reply->out_size;
}
......
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