https://git.reactos.org/?p=reactos.git;a=commitdiff;h=729d6e79814e3f153b6a6…
commit 729d6e79814e3f153b6a676a2795e6d138698338
Author: Oleksandr Shaposhnikov <sanchaez(a)reactos.org>
AuthorDate: Fri Aug 17 17:43:54 2018 +0300
Commit: Oleksandr Shaposhnikov <sanchaez(a)reactos.org>
CommitDate: Fri Aug 17 17:45:07 2018 +0300
[CONFIGURE] Fix tabulation issue
---
configure.cmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.cmd b/configure.cmd
index bacc75a743..d8f44af545 100755
--- a/configure.cmd
+++ b/configure.cmd
@@ -71,7 +71,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
- cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
+ cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
if not defined VS_VERSION (
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version
detection failed.
goto quit