X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=colorize.c;h=d7d014ffb48f3817624b4e3fdc87531920344020;hp=9c30aeb6b6203672ac372267c97c386825cb7cfc;hb=997dfe07ff91a013f37c744554aaa8b9d8b5539c;hpb=c6f1715053160df72b63ffc852da15e2c5ca44c4 diff --git a/colorize.c b/colorize.c index 9c30aeb..d7d014f 100644 --- a/colorize.c +++ b/colorize.c @@ -339,8 +339,8 @@ main (int argc, char **argv) vfprintf_fail (formats[FMT_GENERIC], "--clean and --clean-all switch are mutually exclusive"); if (arg_cnt > 1) { - const char *format = "%s %s"; - const char *message = "switch cannot be used with more than one file"; + const char *const format = "%s %s"; + const char *const message = "switch cannot be used with more than one file"; if (clean) vfprintf_fail (format, "--clean", message); else if (clean_all)