From 793cc770fdfc75fbab49a99b64728461899994ae Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 16 Oct 2002 18:37:23 +0000 Subject: [PATCH] added newline at end of file Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@318 --- src/shell/shell_cmds.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shell/shell_cmds.cpp b/src/shell/shell_cmds.cpp index 7e5f39d4..6d29ae58 100644 --- a/src/shell/shell_cmds.cpp +++ b/src/shell/shell_cmds.cpp @@ -377,4 +377,5 @@ nextfile: } void DOS_Shell::CMD_REM(char * args) { -} \ No newline at end of file +} +