fix build 1034/head
authorJérôme Gardou <jerome.gardou@reactos.org>
Wed, 2 Jan 2019 08:06:48 +0000 (09:06 +0100)
committerJérôme Gardou <jerome.gardou@reactos.org>
Wed, 2 Jan 2019 08:06:48 +0000 (09:06 +0100)
ntoskrnl/cache/section/data.c

index bcdbbd0..d80c180 100644 (file)
@@ -352,7 +352,7 @@ MmCreateCacheSection(PSECTION *SectionObject,
     RtlZeroMemory(Section, sizeof(*Section));
 
     /* Mark it as a "ROS" Section */
-    Section->u.Flags.filler0 = 1
+    Section->u.Flags.filler0 = 1;
 
     Section->InitialPageProtection = SectionPageProtection;
     Section->u.LongFlags = MiSectionFlagsFromAllocationAttributes(AllocationAttributes);