aboutsummaryrefslogtreecommitdiff
path: root/vgafont.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-06 16:31:30 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-06 16:31:30 +0000
commit5bfd5521ff344eedd862abdfda9a68cefad912ba (patch)
tree48d3fd98c245b47ecf5b0951441c259cd159b798 /vgafont.h
parent29d26d20e5b4a9f28cdd9d072b407223e7b0e610 (diff)
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
Diffstat (limited to 'vgafont.h')
-rw-r--r--vgafont.h2
1 files changed, 1 insertions, 1 deletions
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 */