fix r30818

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30820 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Fred Bauer 2011-10-22 06:32:19 +00:00
parent ef56fa6516
commit 9c75ec0f9a
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
struct lru_node
{
short _next;
short _prev;
unsigned char data[1]; /* place holder */
};