Author: ion Date: Mon Oct 16 06:05:39 2006 New Revision: 24539
URL: http://svn.reactos.org/svn/reactos?rev=24539&view=rev Log: - Fix a definition
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h
Modified: branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h URL: http://svn.reactos.org/svn/reactos/branches/alex-cm-branch/reactos/ntoskrnl/... ============================================================================== --- branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h (original) +++ branches/alex-cm-branch/reactos/ntoskrnl/cm/cm.h Mon Oct 16 06:05:39 2006 @@ -222,7 +222,7 @@ { ULONG Count; HCELL_INDEX List; -} CHILD_LIST, *PCM_CHILD_LIST; +} CHILD_LIST, *PCHILD_LIST;
// // Cached Child List