Commit 6c8f398e authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

ntoskrnl.exe: Add missing linebreak to FIXME in KeDelayExecutionThread.

parent 639dd9b9
......@@ -2494,6 +2494,6 @@ NTSTATUS WINAPI CmUnRegisterCallback(LARGE_INTEGER cookie)
*/
NTSTATUS WINAPI KeDelayExecutionThread(KPROCESSOR_MODE waitmode, BOOLEAN alertable, PLARGE_INTEGER interval)
{
FIXME("%u %u %p", waitmode, alertable, interval);
FIXME("(%u, %u, %p): stub\n", waitmode, alertable, interval);
return STATUS_NOT_IMPLEMENTED;
}
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