- Remove an unnecessary semicolon. Spotted by tower.

svn path=/trunk/; revision=54500
This commit is contained in:
Aleksey Bragin 2011-11-26 09:56:23 +00:00
parent 9156d483f3
commit e0127be5e0

View file

@ -798,7 +798,7 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
/* Check if this is power failure simulation */ /* Check if this is power failure simulation */
if (BugCheckCode == POWER_FAILURE_SIMULATE) if (BugCheckCode == POWER_FAILURE_SIMULATE)
{ {
/* Call the Callbacks and reboot */; /* Call the Callbacks and reboot */
KiDoBugCheckCallbacks(); KiDoBugCheckCallbacks();
HalReturnToFirmware(HalRebootRoutine); HalReturnToFirmware(HalRebootRoutine);
} }