Fixed a really stupid batch mistake

This commit is contained in:
Kilakk
2013-07-21 19:25:18 -04:00
parent 2288dc8abf
commit 95e9cdde8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ goto :qm_error
echo ...
echo That wasn't a valid response, or you didn't choose anything!
echo Valid responses: y, n, yes, no
goto :quitmayber
goto :quitmaybe
:exit
pause
+1 -1
View File
@@ -65,7 +65,7 @@ goto :qm_error
echo ...
echo That wasn't a valid response, or you didn't choose anything!
echo Valid responses: y, n, yes, no
goto :quitmayber
goto :quitmaybe
:exit
pause