From c27f813900a3c114562efbb8df1065e94766fc48 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 10 Feb 2009 15:43:59 -0800 Subject: auto import from //branches/cupcake/...@130745 --- vgafont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vgafont.h') diff --git a/vgafont.h b/vgafont.h index bb75796..3606dd7 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.1