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:
Diffstat (limited to 'src/apps/mplayerc/mpcresources/rcfile.bat')
-rw-r--r--src/apps/mplayerc/mpcresources/rcfile.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/mpcresources/rcfile.bat b/src/apps/mplayerc/mpcresources/rcfile.bat
index 57da0b32a..a2fe67bff 100644
--- a/src/apps/mplayerc/mpcresources/rcfile.bat
+++ b/src/apps/mplayerc/mpcresources/rcfile.bat
@@ -5,11 +5,11 @@ rem then rename it to old file for rcfile.pl to process it
echo Getting the latest mplayerc.rc from repository...
svn cat -r head ../mplayerc.rc > $$TEMP$$.old
-if %ERRORLEVEL% neq 0 GOTO :NOSVNCLI
+if %ERRORLEVEL% neq 0 goto NOSVNCLI
echo Generating new rc files and string files...
perl rcfile.pl -b $$TEMP$$.old
-goto :END
+goto END
:NOSVNCLI
echo You'll need svn command line tool to use this script.