summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-11-22 19:30:14 +0000
committerNils Wallménius <nils@rockbox.org>2009-11-22 19:30:14 +0000
commit628cbae4edabfe961e0540fef19054499372417c (patch)
tree69be82e1e49c7421ae69809d884338d2644052dd /apps/plugins
parent49666660628d6c5eab843b296dd3b5f89806c5a6 (diff)
downloadrockbox-628cbae4edabfe961e0540fef19054499372417c.zip
rockbox-628cbae4edabfe961e0540fef19054499372417c.tar.gz
rockbox-628cbae4edabfe961e0540fef19054499372417c.tar.bz2
rockbox-628cbae4edabfe961e0540fef19054499372417c.tar.xz
fix more red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23714 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/firmware_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c
index e6f6df4..6718d58 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -516,7 +516,7 @@ tCheckROM CheckBootROM(void)
unsigned* pRom = (unsigned*)0x0;
unsigned i;
- boot_crc = crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF);
+ boot_crc = rb->crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF);
if (boot_crc == 0x56DBA4EE /* the known boot ROM */
#if PLATFORM_ID == ID_PLAYER
/* alternative boot ROM found in one single player so far */