[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] mark 8x14 font data const
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- 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 */ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |