[NTOSKRNL]

Typo--;

svn path=/trunk/; revision=71179
This commit is contained in:
Pierre Schweitzer 2016-04-19 06:25:18 +00:00
parent d1a397ab03
commit eb85db6579

View file

@ -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!