X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;h=939f024bee0b29a6a6bfcb99a4b9ee7fe7bb276f;hp=e59449f0161c5695a4efa4b471f5af34acadbc12;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hpb=6bfb747f8163381d94a02c03a0351e9ca6815d22 diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index e59449f..939f024 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.4 2000/08/25 15:59:13 kevin Exp $ +** $Id: syserror.cpp,v 1.5 2000/08/31 08:38:58 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 @@ -66,7 +66,7 @@ void sys_verror (int severity, const char *msg, va_list arg) return; else if (nErrorCount == MAX_ERROR_COUNT) { cout << "*****************************************************************" << endl; - cout << "*** M A X I M U M E R R O R C O U N T R E A C H E D ***" << endl; + cout << "*** M A X I M U M E R R O R C O U N T R E A C H E D ***" << endl; cout << "*** ***" << endl; cout << "*** No further errors will be reported ***" << endl; cout << "*****************************************************************" << endl;