summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-08-28 05:34:28 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-08-28 05:34:28 +0000
commit6df3565f49973b5a1d450378789da8befce4744e (patch)
tree9c96ac882bad9bfc519a606a3e7d4050bf3991ef /apps
parentaf406a1f6d5f3065772350fab82033ba7f56dc1b (diff)
downloadrockbox-6df3565f49973b5a1d450378789da8befce4744e.tar.gz
rockbox-6df3565f49973b5a1d450378789da8befce4744e.zip
Corrected a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2017 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 441abb585d..cd24ca7825 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -63,12 +63,12 @@ offset abs
630x0b 0x1f <backlight byte> 630x0b 0x1f <backlight byte>
640x0c 0x20 <poweroff timer byte> 640x0c 0x20 <poweroff timer byte>
650x0d 0x21 <resume settings byte> 650x0d 0x21 <resume settings byte>
660x0e 0x22 <shuffle mode & directory filter byte> 660x0e 0x22 <shuffle,mp3filter,sort_case,discharge,statusbar,show_hidden>
670x0f 0x23 <scroll speed & WPS display byte> 670x0f 0x23 <scroll speed & WPS display byte>
680x10 0x24 <playlist options byte> 680x10 0x24 <playlist options byte>
690x11 0x25 <AVC byte> 690x11 0x25 <AVC byte>
700x12 0x26 <(int) Resume playlist index, or -1 if no playlist resume> 700x12 0x26 <(int) Resume playlist index, or -1 if no playlist resume>
710x16 0x2b <(int) Byte offset into resume file> 710x16 0x2a <(int) Byte offset into resume file>
72 72
73 <all unused space filled with 0xff> 73 <all unused space filled with 0xff>
74 74