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

Alexandre Julliard julliard at winehq.org
Thu Jun 16 03:45:42 CDT 2016


Module: wine
Branch: stable
Commit: eb5c60dc5a4678c0898dfc283563640c93d5fd14
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=eb5c60dc5a4678c0898dfc283563640c93d5fd14

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Mon Apr  4 21:01:34 2016 +0200

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

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 6c8f398e485b83a0794d530e25f2fcc1027f7997)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/ntoskrnl.exe/ntoskrnl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c
index 74dfae5..6b0ea0c 100644
--- a/dlls/ntoskrnl.exe/ntoskrnl.c
+++ b/dlls/ntoskrnl.exe/ntoskrnl.c
@@ -2423,6 +2423,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;
 }




More information about the wine-cvs mailing list