mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fix build (forgot a comma ;)
This commit is contained in:
parent
41e7c818d1
commit
9060b0cb7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue