fix r30818
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30820 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef56fa6516
commit
9c75ec0f9a
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
||||||
struct lru_node
|
struct lru_node
|
||||||
{
|
{
|
||||||
short _next;
|
short _next;
|
||||||
short _prev;
|
|
||||||
unsigned char data[1]; /* place holder */
|
unsigned char data[1]; /* place holder */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue