From 032b0e4144192084c31b9c28c4103e289a8c9eba Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sun, 12 Jul 2009 12:59:21 +0000 Subject: [PATCH] - Fix incomplete comment due to accidental early-merge. svn path=/trunk/; revision=41931 --- reactos/ntoskrnl/mm/ARM3/miarm.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reactos/ntoskrnl/mm/ARM3/miarm.h b/reactos/ntoskrnl/mm/ARM3/miarm.h index e22c46af4f0..2b25eb82a71 100644 --- a/reactos/ntoskrnl/mm/ARM3/miarm.h +++ b/reactos/ntoskrnl/mm/ARM3/miarm.h @@ -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