Fix build (forgot a comma ;)

This commit is contained in:
Hermès Bélusca-Maïto 2019-06-11 22:36:10 +02:00
parent 41e7c818d1
commit 9060b0cb7a
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View 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)
{
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;
}