From d8c5d1b0bebcc0491121ac3550f68e9993676f4c Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 8 Nov 2005 09:07:13 +0000 Subject: [PATCH] Ooops. There was an unclosed comment in the source. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7788 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/ipod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/ipod.c b/bootloader/ipod.c index af157b8d33..840b95be9e 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -200,7 +200,7 @@ void* main(void) /* brightness full */ outl(0x80000000 | (0xff << 16), 0x7000a010); - /* set port B03 on + /* set port B03 on */ outl(((0x100 | 1) << 3), 0x6000d824); #elif CONFIG_BACKLIGHT==BL_IPODNANO