X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezset.cpp;h=eae4c28ec87cecb23a0863bd29758dce61fee180;hp=872d4e95cc5be57eb292baec38208ce807cdc11b;hb=54a69fef0365495cf79f57b02040cc79b5924b2d;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7 diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index 872d4e9..eae4c28 100644 --- a/libctgraphics/ezset.cpp +++ b/libctgraphics/ezset.cpp @@ -4,9 +4,7 @@ ** EZSET - Parameter control for EZPLOT ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -384,7 +382,7 @@ EZPlot::do_cmd (int lx) void -EZPlot::bad_option (char *opt) +EZPlot::bad_option (const char *opt) { sys_error (ERR_WARNING, "INVALID option: %s", opt); }