mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fix typo.
svn path=/trunk/; revision=4397
This commit is contained in:
parent
5aa85e8ac2
commit
0e4840598e
1 changed files with 2 additions and 2 deletions
|
@ -1124,7 +1124,7 @@ CmiCreateRegistryHive(PWSTR Filename,
|
|||
ExAcquireResourceExclusiveLite(&CmiHiveListLock, TRUE);
|
||||
|
||||
/* Add the new hive to the hive list */
|
||||
InsertHeadList(&CmiHiveListHead, &Hive->HiveList);
|
||||
InsertTailList(&CmiHiveListHead, &Hive->HiveList);
|
||||
|
||||
/* Release hive list lock */
|
||||
ExReleaseResourceLite(&CmiHiveListLock);
|
||||
|
@ -2492,7 +2492,7 @@ CmiAddValueToKey(IN PREGISTRY_HIVE RegistryHive,
|
|||
KeyCell->NumberOfValues,
|
||||
(ULONG)ABS_VALUE(ValueListCell->CellSize),
|
||||
((ULONG)ABS_VALUE(ValueListCell->CellSize) - 4) / sizeof(BLOCK_OFFSET),
|
||||
((ULONG)ABS_VALUS(ValueListCell->CellSize) - 4) / sizeof(BLOCK_OFFSET));
|
||||
((ULONG)ABS_VALUE(ValueListCell->CellSize) - 4) / sizeof(BLOCK_OFFSET));
|
||||
|
||||
ValueListCell->Values[KeyCell->NumberOfValues] = VBOffset;
|
||||
KeyCell->NumberOfValues++;
|
||||
|
|
Loading…
Reference in a new issue