summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-02-23 23:25:50 +0000
committerDave Chapman <dave@dchapman.com>2007-02-23 23:25:50 +0000
commit9467eeafe3d465a0940de5336c53bc3607cf132c (patch)
tree69033c46c7b9a518a00cca4331d70971c99845d9
parentfda1498696258d91d950ca4260daa76e536dcce0 (diff)
downloadrockbox-9467eeafe3d465a0940de5336c53bc3607cf132c.tar.gz
rockbox-9467eeafe3d465a0940de5336c53bc3607cf132c.zip
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12468 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/debug_menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index e25abca454..fed25635fa 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1988,11 +1988,7 @@ static bool dbg_save_roms(void)
1988{ 1988{
1989 int fd; 1989 int fd;
1990 1990
1991#if defined(IPOD_ARCH)
1992 fd = creat("/internal_rom_000000-0FFFFF.bin"); 1991 fd = creat("/internal_rom_000000-0FFFFF.bin");
1993#elif defined(IRIVER_H10)
1994 fd = creat("/internal_rom_000000-3FFFFF.bin");
1995#endif
1996 if(fd >= 0) 1992 if(fd >= 0)
1997 { 1993 {
1998 write(fd, (void *)0x20000000, FLASH_SIZE); 1994 write(fd, (void *)0x20000000, FLASH_SIZE);