From 66776bc47922e039f43e2dd5dee15d05745e99c6 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 13 Dec 2009 11:19:06 +0000 Subject: fix typo causing red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23970 a1c6a512-1295-4272-9138-f99709370657 --- firmware/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/font.c') diff --git a/firmware/font.c b/firmware/font.c index 8e89e69a28..858a312ac6 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -605,7 +605,7 @@ const unsigned char* font_get_bits(struct font* pf, unsigned short char_code) /* assume small font with uint16_t offsets*/ bits = pf->bits + (pf->offset? - ((uint16_t*)(pf->offset)[char_code]: + ((uint16_t*)(pf->offset))[char_code]: (((pf->height + 7) / 8) * pf->maxwidth * char_code)); return bits; -- cgit v1.2.3