Fix build (forgot a comma ;)
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 11 Jun 2019 20:36:10 +0000 (22:36 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 11 Jun 2019 20:36:10 +0000 (22:36 +0200)
ntoskrnl/io/iomgr/util.c

index 95a211d..27f5bc7 100644 (file)
@@ -319,7 +319,7 @@ IoSetHardErrorOrVerifyDevice(IN PIRP Irp,
     /* Ignore in case the IRP is not associated with any thread */
     if (!Irp->Tail.Overlay.Thread)
     {
     /* 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;
     }
                 Irp, DeviceObject);
         return;
     }