summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-07-11 18:43:40 +0000
committerAlexander Levin <al.le@rockbox.org>2010-07-11 18:43:40 +0000
commit145a89fc0bd1a6046e61fd661c9cbb2fe88e0a52 (patch)
tree3f3ab28ee94bb7abf352a754efbf81bfcd34ffd8
parentfe61885e4841a1b2beed729321c4df2b22432096 (diff)
downloadrockbox-145a89fc0bd1a6046e61fd661c9cbb2fe88e0a52.tar.gz
rockbox-145a89fc0bd1a6046e61fd661c9cbb2fe88e0a52.zip
Fix the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27392 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d9aec8fc92..75eddb41f6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -605,7 +605,7 @@ struct user_settings
605 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ 605 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */
606 int autocreatebookmark; /* auto create option: 0=off, 1=ask, 2=on */ 606 int autocreatebookmark; /* auto create option: 0=off, 1=ask, 2=on */
607 bool autoupdatebookmark;/* auto update option */ 607 bool autoupdatebookmark;/* auto update option */
608 int usemrb; /* use MRB list: 0=No, 1=Yes*/ 608 int usemrb; /* use MRB list: 0=No, 1=Yes, 2=One per playlist */
609 609
610#ifdef HAVE_DIRCACHE 610#ifdef HAVE_DIRCACHE
611 bool dircache; /* enable directory cache */ 611 bool dircache; /* enable directory cache */