https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9060b0cb7a71ad1e6f255806403b53557dee6814

commit 9060b0cb7a71ad1e6f255806403b53557dee6814
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Tue Jun 11 22:36:10 2019 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Tue Jun 11 22:36:10 2019 +0200

    Fix build (forgot a comma ;)
---
 ntoskrnl/io/iomgr/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ntoskrnl/io/iomgr/util.c b/ntoskrnl/io/iomgr/util.c
index 95a211d1594..27f5bc7669e 100644
--- a/ntoskrnl/io/iomgr/util.c
+++ b/ntoskrnl/io/iomgr/util.c
@@ -319,7 +319,7 @@ IoSetHardErrorOrVerifyDevice(IN PIRP Irp,
     /* Ignore in case the IRP is not associated with any thread */
     if (!Irp->Tail.Overlay.Thread)
     {
-        DPRINT1("IoSetHardErrorOrVerifyDevice(0x%p, 0x%p): IRP has no thread, 
ignoring.\n"
+        DPRINT1("IoSetHardErrorOrVerifyDevice(0x%p, 0x%p): IRP has no thread, 
ignoring.\n",
                 Irp, DeviceObject);
         return;
     }

Reply via email to