From a33161b02020d34baf210c2bd89201564d6d99f6 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Thu, 6 Nov 2014 15:11:20 -0600 Subject: Revert to old libminui and fix up We will wait for CAF to give us a new libminui that supports qualcomm overlay before moving up to the new format if possible. Attempt to fix up old libminui to work with new libpng. Change-Id: I494b7287b347f4730aa8f9d27d4cc17b6e93919a --- minui/font_10x18.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minui/font_10x18.h') diff --git a/minui/font_10x18.h b/minui/font_10x18.h index 29d705344..7f96465cc 100644 --- a/minui/font_10x18.h +++ b/minui/font_10x18.h @@ -3,7 +3,7 @@ struct { unsigned height; unsigned cwidth; unsigned cheight; - unsigned char rundata[2973]; + unsigned char rundata[]; } font = { .width = 960, .height = 18, -- cgit v1.2.3