mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +00:00
- Add missing newline to debug print.
svn path=/trunk/; revision=56334
This commit is contained in:
parent
3d119713b4
commit
e1c86ddb2d
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ ExpAddTagForBigPages(IN PVOID Va,
|
|||
// 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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue