mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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;
|
||||
UNICODE_STRING DriverName;
|
||||
|
||||
DPRINT("IopInitializeBootDrivers()");
|
||||
DPRINT("IopInitializeBootDrivers()\n");
|
||||
|
||||
/* Use IopRootDeviceNode for now */
|
||||
Status = IopCreateDeviceNode(IopRootDeviceNode, NULL, NULL, &DeviceNode);
|
||||
|
|
Loading…
Reference in a new issue