Author: fireball
Date: Mon Mar 31 10:58:59 2008
New Revision: 32796
URL:
http://svn.reactos.org/svn/reactos?rev=32796&view=rev
Log:
- Fix a typo in the debug message.
Modified:
trunk/reactos/ntoskrnl/io/iomgr/driver.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/driver.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/driver.c…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/driver.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/driver.c [iso-8859-1] Mon Mar 31 10:58:59 2008
@@ -886,7 +886,7 @@
NTSTATUS Status;
UNICODE_STRING DriverName;
- DPRINT("IopInitializeBootDrivers()");
+ DPRINT("IopInitializeBootDrivers()\n");
/* Use IopRootDeviceNode for now */
Status = IopCreateDeviceNode(IopRootDeviceNode, NULL, NULL, &DeviceNode);