Signed-off-by: Jan Beulich <jbeulich@suse.com> --- Given that this is trivially correct (only getting this font in line with the other two), I''ll commit this right away, without waiting for an ack. --- 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 */