r184: *** empty log message ***
[ctsim.git] / libctsupport / syserror.cpp
index 28ccba42036ba329b4626c54fe1e8fa76112f907..e59449f0161c5695a4efa4b471f5af34acadbc12 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: syserror.cpp,v 1.3 2000/06/19 19:04:05 kevin Exp $
+**  $Id: syserror.cpp,v 1.4 2000/08/25 15:59:13 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
@@ -58,7 +58,7 @@ const static int MAX_ERROR_COUNT = 20;
 void sys_verror (int severity, const char *msg, va_list arg)
 {
   if (severity < errorlevel)
-    return;                    /* ignore error if less than max level */
+    return;    // ignore error if less than max level
 
   nErrorCount++;
   if (severity != ERR_FATAL) {