diff options
Diffstat (limited to 'vgafont.h')
-rw-r--r-- | vgafont.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -static uint8_t vgafont16[256 * 16] = { +static const uint8_t vgafont16[256 * 16] = { /* 0 0x00 '^@' */ 0x00, /* 00000000 */ |