[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / arch / i386 / custom.c
index 2e754ec..b9d1c0d 100644 (file)
@@ -359,5 +359,5 @@ VOID OptionMenuReboot(VOID)
        UiMessageBox("The system will now reboot.");
 
        DiskStopFloppyMotor();
-       SoftReboot();
+       Reboot();
 }