Remove redundant extra terminating ';' in all of our C code.
[reactos.git] / reactos / hal / halx86 / apic / tsc.c
index 261f62b..a9b79ee 100644 (file)
@@ -93,7 +93,7 @@ HalpInitializeTsc(VOID)
     HalEnableSystemInterrupt(HalpRtcClockVector, CLOCK_LEVEL, Latched);
 
     /* Read register C, so that the next interrupt can happen */
-    HalpReadCmos(RTC_REGISTER_C);;
+    HalpReadCmos(RTC_REGISTER_C);
 
     /* Wait for completion */
     _enable();