From 89893d77bbd0ef9b0bc8e92178972c850c96b8aa Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 21 Mar 2008 04:36:20 +0000 Subject: [PATCH] Fix padding. Thanks eL-PuSHeR Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3132 --- src/dosbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 892bfe90..9f316017 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dosbox.cpp,v 1.132 2008-03-19 20:35:17 qbix79 Exp $ */ +/* $Id: dosbox.cpp,v 1.133 2008-03-21 04:36:20 qbix79 Exp $ */ #include #include @@ -321,7 +321,7 @@ void DOSBOX_Init(void) { /* Setup all the different modules making up DOSBox */ const char* machines[] = { - "hercules", "cga"," tandy", "pcjr", "ega", + "hercules", "cga", "tandy", "pcjr", "ega", "vgaonly", "svga_s3", "svga_et3000", "svga_et4000", "svga_paradise", "vesa_nolfb", 0 }; secprop=control->AddSection_prop("dosbox",&DOSBOX_RealInit);