diff --git a/reactos/boot/freeldr/freeldr/include/options.h b/reactos/boot/freeldr/freeldr/include/options.h index b00d9f58daf..f9abd0ba656 100644 --- a/reactos/boot/freeldr/freeldr/include/options.h +++ b/reactos/boot/freeldr/freeldr/include/options.h @@ -20,4 +20,4 @@ #pragma once VOID DoOptionsMenu(VOID); -VOID AppendBootTimeOptions(PCHAR BootOptions); +VOID AppendBootTimeOptions(PCHAR BootOptions); diff --git a/reactos/boot/freeldr/freeldr/windows/winldr.c b/reactos/boot/freeldr/freeldr/windows/winldr.c index c1b6fa3906e..3da7eb082d2 100644 --- a/reactos/boot/freeldr/freeldr/windows/winldr.c +++ b/reactos/boot/freeldr/freeldr/windows/winldr.c @@ -540,7 +540,7 @@ LoadAndBootWindows(IN OperatingSystemItem* OperatingSystem, AllocateAndInitLPB(&LoaderBlock); #ifdef _M_IX86 - /* Setup redirection support */ + /* Setup redirection support */ WinLdrSetupEms(BootOptions); #endif