mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
- Fix a typo in the debug message.
svn path=/trunk/; revision=32796
This commit is contained in:
parent
a5fd44c475
commit
b8266b24f2
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ IopInitializeBootDrivers(VOID)
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
UNICODE_STRING DriverName;
|
UNICODE_STRING DriverName;
|
||||||
|
|
||||||
DPRINT("IopInitializeBootDrivers()");
|
DPRINT("IopInitializeBootDrivers()\n");
|
||||||
|
|
||||||
/* Use IopRootDeviceNode for now */
|
/* Use IopRootDeviceNode for now */
|
||||||
Status = IopCreateDeviceNode(IopRootDeviceNode, NULL, NULL, &DeviceNode);
|
Status = IopCreateDeviceNode(IopRootDeviceNode, NULL, NULL, &DeviceNode);
|
||||||
|
|
Loading…
Reference in a new issue