summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c
index ef6a2914..bfd79a8f 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -51,7 +51,7 @@ static format_fn format_timestamp;
// Statistics fields in display order.
static struct {
enum stats stat;
- char *message;
+ const char *message;
format_fn *format_fn; // NULL -> use plain integer format
unsigned flags;
} stats_info[] = {