From 5bfd5521ff344eedd862abdfda9a68cefad912ba Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sat, 6 Sep 2008 16:31:30 +0000 Subject: Some little fixes on QEMU - some vectors can be declared as "const" - test on CONFIG_VNC_TLS is done for two times while just one is enough. (Carlo Bramini) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5172 c046a42c-6fe2-441c-8c8c-71466251a162 --- vgafont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vgafont.h') diff --git a/vgafont.h b/vgafont.h index bb75796be5..3606dd7338 100644 --- a/vgafont.h +++ b/vgafont.h @@ -1,4 +1,4 @@ -static uint8_t vgafont16[256 * 16] = { +static const uint8_t vgafont16[256 * 16] = { /* 0 0x00 '^@' */ 0x00, /* 00000000 */ -- cgit v1.2.1