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
This commit is contained in:
aurel32 2008-09-06 16:31:30 +00:00
parent 29d26d20e5
commit 5bfd5521ff
3 changed files with 6 additions and 8 deletions

View file

@ -1,4 +1,4 @@
static uint8_t vgafont16[256 * 16] = {
static const uint8_t vgafont16[256 * 16] = {
/* 0 0x00 '^@' */
0x00, /* 00000000 */