mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +00:00
[NTOSKRNL]
Fix typo. svn path=/trunk/; revision=50821
This commit is contained in:
parent
d0515abbea
commit
3eb47ac17d
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ IopTranslateDeviceResources(
|
||||||
&DescriptorTranslated->u.Port.Start))
|
&DescriptorTranslated->u.Port.Start))
|
||||||
{
|
{
|
||||||
Status = STATUS_UNSUCCESSFUL;
|
Status = STATUS_UNSUCCESSFUL;
|
||||||
DPRINT1("Failed to translate port resource (Start: 0xI64x)\n", DescriptorRaw->u.Port.Start.QuadPart);
|
DPRINT1("Failed to translate port resource (Start: 0x%I64x)\n", DescriptorRaw->u.Port.Start.QuadPart);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue