aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xen/drivers/video/font_8x14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/drivers/video/font_8x14.c b/xen/drivers/video/font_8x14.c
index 6a39f263af..e80d178c38 100644
--- a/xen/drivers/video/font_8x14.c
+++ b/xen/drivers/video/font_8x14.c
@@ -9,7 +9,7 @@
#define FONTDATAMAX (256*14)
-static unsigned char fontdata_8x14[FONTDATAMAX] = {
+static const unsigned char fontdata_8x14[FONTDATAMAX] = {
/* 0 0x00 '^@' */
0x00, /* 00000000 */