Skip to content

Commit

Permalink
Need a colon before eof...
Browse files Browse the repository at this point in the history
  • Loading branch information
flederwiesel committed Nov 5, 2017
1 parent 4e69dff commit b2287c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/msvc/build-msvc2010.bat
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if not exist redist\vcredist_x64.exe (
%COMSPEC% /c ""%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x64 && MSBuild.exe /p:Configuration=Release /p:Platform=x64 %~dp0\fra-airtraffic.sln" && ^
iscc "%~dp0..\fra-airtraffic.iss"

if %errorlevel% == 0 goto eof
if %errorlevel% == 0 goto :eof

:error
exit /b %errorlevel%

0 comments on commit b2287c2

Please sign in to comment.