From: Hermès Bélusca-Maïto Date: Tue, 11 Jun 2019 20:36:10 +0000 (+0200) Subject: Fix build (forgot a comma ;) X-Git-Tag: 0.4.14-dev~793 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=9060b0cb7a71ad1e6f255806403b53557dee6814;hp=41e7c818d1c7045fe2f0d9af8a55102fde17018a Fix build (forgot a comma ;) --- 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; }