From 3fc520528db1446cded7a7ca8ab93c76b5654906 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 24 Aug 2008 16:48:23 +0000 Subject: [PATCH] More pedantic. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3210 --- src/shell/shell_batch.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/shell/shell_batch.cpp b/src/shell/shell_batch.cpp index 8cb566a2..5ef909b7 100644 --- a/src/shell/shell_batch.cpp +++ b/src/shell/shell_batch.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: shell_batch.cpp,v 1.30 2008-08-11 07:47:04 qbix79 Exp $ */ +/* $Id: shell_batch.cpp,v 1.31 2008-08-24 16:48:23 qbix79 Exp $ */ #include #include @@ -33,7 +33,7 @@ BatchFile::BatchFile(DOS_Shell * host,char const * const name, char const * cons //TODO Come up with something better E_Exit("SHELL:Can't open BatchFile"); } -}; +} BatchFile::~BatchFile() { delete cmd; @@ -161,7 +161,8 @@ again: } goto again; return false; -}; +} + void BatchFile::Shift(void) { cmd->Shift(1); }