From e30763c72eed43630befccf0018e4801b620d6f3 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Wed, 9 Sep 2015 02:46:48 -0400 Subject: [PATCH] buildconf.bat: fix syntax error --- buildconf.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf.bat b/buildconf.bat index d83d04457..771aa6fba 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -189,7 +189,7 @@ rem del include\curl\curlbuild.h 2>NUL if exist include\curl\curlbuild.h ( exit /B 3 - /) + ) ) exit /B -- 2.40.0