summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorFred Bauer <fred.w.bauer@gmail.com>2011-10-22 06:32:19 +0000
committerFred Bauer <fred.w.bauer@gmail.com>2011-10-22 06:32:19 +0000
commit9c75ec0f9a473f77b02fcfa45d7da350fcb02c9a (patch)
tree5b80422314908e5cf989bacbeef4c97e3ac3456f /firmware
parentef56fa6516e2b48b6d428d8630c37da35e7fad41 (diff)
downloadrockbox-9c75ec0f9a473f77b02fcfa45d7da350fcb02c9a.tar.gz
rockbox-9c75ec0f9a473f77b02fcfa45d7da350fcb02c9a.zip
fix r30818
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30820 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/lru.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/lru.c b/firmware/lru.c
index 5d70511434..c2e296f03c 100644
--- a/firmware/lru.c
+++ b/firmware/lru.c
@@ -23,7 +23,6 @@
struct lru_node
{
short _next;
- short _prev;
unsigned char data[1]; /* place holder */
};