]> Git Repo - qemu.git/blobdiff - vgafont.h
w64: Fix data types in cpu-all.h, exec.c
[qemu.git] / vgafont.h
index bb75796be5ccd81ee46754eec7a67e090bb46171..3606dd7338b46c6034e0117b3693e53efcb46fde 100644 (file)
--- 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 */
This page took 0.021104 seconds and 4 git commands to generate.