summaryrefslogtreecommitdiffstats
path: root/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'stats.c')
-rw-r--r--stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.c b/stats.c
index b6fcf62..7774d2f 100644
--- a/stats.c
+++ b/stats.c
@@ -27,7 +27,7 @@
#include <stdlib.h>
#include "rfb.h"
-static char* encNames[] = {
+static const char* encNames[] = {
"raw", "copyRect", "RRE", "[encoding 3]", "CoRRE", "hextile",
"zlib", "tight", "[encoding 8]", "[encoding 9]"
};