mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
fix typo
svn path=/trunk/; revision=31521
This commit is contained in:
parent
2f2f72944c
commit
1453c5fe36
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ IoGetDeviceProperty(IN PDEVICE_OBJECT DeviceObject,
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Problem: Status=%0x08x, ResultLength = %d\n", Status, *ResultLength);
|
||||
DPRINT1("Problem: Status=0x%08x, ResultLength = %d\n", Status, *ResultLength);
|
||||
ExFreePool(ValueInformation);
|
||||
if (Status == STATUS_BUFFER_OVERFLOW)
|
||||
return STATUS_BUFFER_TOO_SMALL;
|
||||
|
|
Loading…
Reference in a new issue