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