summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index ca68596112..71a47bf23d 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -87,7 +87,7 @@ int rolo_load(const char* filename)
87{ 87{
88 int fd; 88 int fd;
89 long length; 89 long length;
90#ifdef IRIVER_H100 90#if CONFIG_CPU == MCF5249
91 int i; 91 int i;
92 unsigned long checksum,file_checksum; 92 unsigned long checksum,file_checksum;
93#else 93#else