From 3127baa4c640c4e87aadbf642febdb43a4822ca1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Aug 2009 08:37:44 +0200 Subject: showstats(): add a const to a const string Michael --- src/stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stats.c b/src/stats.c index 9770a57..e45cf59 100644 --- a/src/stats.c +++ b/src/stats.c @@ -63,7 +63,7 @@ init_stats (void) int showstats (struct conn_s *connptr) { - static char *msg = + static const char *msg = "\n" "\n" -- cgit v1.2.3