[NTOSKRNL]
authorPierre Schweitzer <pierre@reactos.org>
Tue, 19 Apr 2016 06:25:18 +0000 (06:25 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 19 Apr 2016 06:25:18 +0000 (06:25 +0000)
Typo--;

svn path=/trunk/; revision=71179

reactos/ntoskrnl/fsrtl/largemcb.c

index ddb8d6d..3d47cf8 100644 (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!