- Fix incomplete comment due to accidental early-merge.

svn path=/trunk/; revision=41931
This commit is contained in:
ReactOS Portable Systems Group 2009-07-12 12:59:21 +00:00
parent 92272be249
commit 032b0e4144

View file

@ -112,12 +112,12 @@ MiInitializeArmPool(
VOID
);
VOID
NTAPI
InitializePool( //
IN POOL_TYPE PoolType,
IN ULONG Threshold
);
VOID //
NTAPI //
InitializePool( //
IN POOL_TYPE PoolType,// FIXFIX: This should go in ex.h after the pool merge
IN ULONG Threshold //
); //
VOID
NTAPI