diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-08-28 05:34:28 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-08-28 05:34:28 +0000 |
commit | 6df3565f49973b5a1d450378789da8befce4744e (patch) | |
tree | 9c96ac882bad9bfc519a606a3e7d4050bf3991ef /apps/settings.c | |
parent | af406a1f6d5f3065772350fab82033ba7f56dc1b (diff) |
Corrected a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2017 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 4 |
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 0x0b 0x1f <backlight byte> 0x0c 0x20 <poweroff timer byte> 0x0d 0x21 <resume settings byte> -0x0e 0x22 <shuffle mode & directory filter byte> +0x0e 0x22 <shuffle,mp3filter,sort_case,discharge,statusbar,show_hidden> 0x0f 0x23 <scroll speed & WPS display byte> 0x10 0x24 <playlist options byte> 0x11 0x25 <AVC byte> 0x12 0x26 <(int) Resume playlist index, or -1 if no playlist resume> -0x16 0x2b <(int) Byte offset into resume file> +0x16 0x2a <(int) Byte offset into resume file> <all unused space filled with 0xff> |