mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- 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:
parent
5899e14bd1
commit
e754e12bd3
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue