diff --git a/reactos/configure.cmd b/reactos/configure.cmd index 78c206f0b25..5c261c485b8 100755 --- a/reactos/configure.cmd +++ b/reactos/configure.cmd @@ -26,7 +26,7 @@ if /I "%1" == "arm_hosttools" ( REM This launches %VSINSTALLDIR%VS\vcvarsall.bat call %2 x86 - REM Configure host tools for x86 + REM Configure host tools for x86. cmake -G %3 -DARCH:STRING=i386 %~dp0 exit )