Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-07-03 02:48:07 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-07-03 02:48:07 +0400
commit97e64019c94588bb45b2905a0d487bd892ea1450 (patch)
tree60faf6b50f1fe36d5fad07d173128609266d47fe /build.bat
parent729395be20fd333eb2b978df228e7ee0201c51bc (diff)
apply astyle
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5346 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index 4e0949b58..a437a0445 100644
--- a/build.bat
+++ b/build.bat
@@ -200,7 +200,7 @@ EXIT /B
IF %ERRORLEVEL% NEQ 0 EXIT /B
IF /I "%BUILDCFG%" == "Debug" (
- CALL :SubMsg "WARNING" "/debug was used, resources will not be built."
+ CALL :SubMsg "WARNING" "/debug was used, resources will not be built"
EXIT /B
)
@@ -215,7 +215,7 @@ IF %ERRORLEVEL% NEQ 0 (
)
IF DEFINED MPCHC_LITE (
- CALL :SubMsg "WARNING" "/lite was used, translations will not be built."
+ CALL :SubMsg "WARNING" "/lite was used, translations will not be built"
EXIT /B
)