r458: no message
[ctsim.git] / src / ctsim.cpp
index e96746c0206840e1fb3ee2c417011b227d9ba516..c2c952eb3706165800d7d329942a51f370bde966 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.51 2001/01/27 22:10:11 kevin Exp $
+**  $Id: ctsim.cpp,v 1.52 2001/01/28 03:48:55 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -70,7 +70,7 @@
 #endif
 #endif
 
-static const char* rcsindent = "$Id: ctsim.cpp,v 1.51 2001/01/27 22:10:11 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.52 2001/01/28 03:48:55 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -371,6 +371,7 @@ MainFrame::~MainFrame()
     if (theApp->getConfig())
       theApp->getDocManager()->FileHistorySave (*theApp->getConfig());
     delete theApp->getDocManager();
+
 }
 
 void