Author: sginsberg
Date: Fri Apr 6 21:01:17 2012
New Revision: 56334
URL:
http://svn.reactos.org/svn/reactos?rev=56334&view=rev
Log:
- Add missing newline to debug print.
Modified:
trunk/reactos/ntoskrnl/mm/ARM3/expool.c
Modified: trunk/reactos/ntoskrnl/mm/ARM3/expool.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/expool.c?…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/ARM3/expool.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/ARM3/expool.c [iso-8859-1] Fri Apr 6 21:01:17 2012
@@ -1256,7 +1256,7 @@
// This means there's no free hash buckets whatsoever, so we would now have
// to attempt expanding the table
//
- DPRINT1("Big pool expansion needed, not implemented!");
+ DPRINT1("Big pool expansion needed, not implemented!\n");
KeReleaseSpinLock(&ExpLargePoolTableLock, OldIrql);
return FALSE;
}