mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[NTOSKRNL]
Typo--; svn path=/trunk/; revision=71179
This commit is contained in:
@@ -213,7 +213,7 @@ FsRtlAddBaseMcbEntry(IN PBASE_MCB OpaqueMcb,
|
||||
|
||||
/* finally insert the resulting run */
|
||||
RtlInsertElementGenericTable(&Mcb->Mapping->Table, &Node, sizeof(Node), &NewElement);
|
||||
++Mcb->PairCount
|
||||
++Mcb->PairCount;
|
||||
ASSERT(NewElement);
|
||||
|
||||
// NB: Two consecutive runs can only be merged, if actual LBNs also match!
|
||||
|
||||
Reference in New Issue
Block a user