From f0311d3310e84906a6c1afaf941f2f58e2063c30 Mon Sep 17 00:00:00 2001 From: Fred Bauer Date: Sun, 16 Oct 2011 20:29:57 +0000 Subject: Update convbdf.c for previous change git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30764 a1c6a512-1295-4272-9138-f99709370657 --- tools/convbdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/convbdf.c b/tools/convbdf.c index 84ee6b26ae..d562365ed5 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -1405,7 +1405,7 @@ int gen_c_source(struct font* pf, char *path) " 0, /* ^ position */\n" " 0, /* ^ end */\n" " 0, /* ^ size */\n" - " {{0,0,0,0,0},0,0,0}, /* cache */\n" + " {{0,0,0,0,0},0,0,0,0,0}, /* cache */\n" " 0, /* */\n" " 0, /* */\n" " 0, /* */\n" -- cgit v1.2.3