- Fix a ridiculous copy-paste-error-while-writing-the-commit-log error. Sorry for breaking the build!

svn path=/trunk/; revision=42250
This commit is contained in:
ReactOS Portable Systems Group 2009-07-27 00:17:38 +00:00
parent 5899e14bd1
commit e754e12bd3

View file

@ -88,7 +88,6 @@ ExAllocateArmPoolWithTag(IN POOL_TYPE PoolType,
IN SIZE_T NumberOfBytes,
IN ULONG Tag)
{
POOL_TYPE PoolType;
PPOOL_DESCRIPTOR PoolDesc;
PLIST_ENTRY ListHead;
PPOOL_HEADER Entry, NextEntry, FragmentEntry;