From 89f704bfb12fd4f54304e1fa14bde91d870c612f Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Fri, 26 Aug 2011 16:12:51 +0000 Subject: Utterly pointless fix for an unused Doom module (but while the code is in our source it ought not to have buffer overrides in, right?). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30361 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/m_cheat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/doom/m_cheat.c b/apps/plugins/doom/m_cheat.c index afd68e960d..e46111293f 100644 --- a/apps/plugins/doom/m_cheat.c +++ b/apps/plugins/doom/m_cheat.c @@ -32,7 +32,7 @@ // static int firsttime = 1; -static unsigned char cheat_xlate_table[20]; +static unsigned char cheat_xlate_table[256]; // -- cgit v1.2.3