From 336ecda7e6117ca85a32880b6b53d13e716ff3fc Mon Sep 17 00:00:00 2001 From: kytv Date: Tue, 14 Jun 2011 21:45:20 +0000 Subject: [PATCH] GOTO lines refer to the non-existent EOF label. Adding the :eof to the end. --- installer/resources/install_i2p_service_winnt.bat | 1 + installer/resources/uninstall_i2p_service_winnt.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/installer/resources/install_i2p_service_winnt.bat b/installer/resources/install_i2p_service_winnt.bat index a6eb0495d..b24527e0c 100644 --- a/installer/resources/install_i2p_service_winnt.bat +++ b/installer/resources/install_i2p_service_winnt.bat @@ -34,3 +34,4 @@ if not errorlevel 1 goto :eof if %2=="--nopause" goto :eof pause +:eof diff --git a/installer/resources/uninstall_i2p_service_winnt.bat b/installer/resources/uninstall_i2p_service_winnt.bat index 6dfee7474..ad07b3c39 100644 --- a/installer/resources/uninstall_i2p_service_winnt.bat +++ b/installer/resources/uninstall_i2p_service_winnt.bat @@ -34,3 +34,4 @@ if not errorlevel 1 goto :eof if "%2"=="--nopause" goto :eof pause +:eof