mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix some format strings
svn path=/trunk/; revision=30600
This commit is contained in:
@@ -171,12 +171,12 @@ IopStartDevice(
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT("IopTranslateDeviceResources() failed (Status 0x08lx)\n", Status);
|
||||
DPRINT("IopTranslateDeviceResources() failed (Status 0x%08lx)\n", Status);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT("IopAssignDeviceResources() failed (Status 0x08lx)\n", Status);
|
||||
DPRINT("IopAssignDeviceResources() failed (Status 0x%08lx)\n", Status);
|
||||
}
|
||||
IopDeviceNodeClearFlag(DeviceNode, DNF_ASSIGNING_RESOURCES);
|
||||
|
||||
|
||||
@@ -713,7 +713,7 @@ INIT_FUNCTION
|
||||
NTAPI
|
||||
MmInitMemoryAreas(VOID)
|
||||
{
|
||||
DPRINT("MmInitMemoryAreas()\n",0);
|
||||
DPRINT("MmInitMemoryAreas()\n");
|
||||
return(STATUS_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user