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>2011-02-03 13:46:35 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-02-03 13:46:35 +0300
commitcc7eb4fcbd740879c086c216ad06f0b484c942f7 (patch)
treed969a95825c79f8666a33e72bbfe1f0914b5c988 /update_version.bat
parent9bd9ecb0b751dc3971a8a2931d2c9b4663ce6062 (diff)
cosmetics in the batch files
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2911 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'update_version.bat')
-rw-r--r--update_version.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_version.bat b/update_version.bat
index 6b8444d01..aae1adce5 100644
--- a/update_version.bat
+++ b/update_version.bat
@@ -1,9 +1,9 @@
@ECHO OFF
SubWCRev .\ include\Version_rev.h.in include\Version_rev.h -f
-IF %ERRORLEVEL% NEQ 0 GOTO :NoSubWCRev
+IF %ERRORLEVEL% NEQ 0 GOTO NoSubWCRev
SubWCRev .\ src\apps\mplayerc\res\mpc-hc.exe.manifest.conf src\apps\mplayerc\res\mpc-hc.exe.manifest -f
-IF %ERRORLEVEL% NEQ 0 GOTO :NoSubWCRev
+IF %ERRORLEVEL% NEQ 0 GOTO NoSubWCRev
EXIT /B