summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 83d69710df..ba5a668d3c 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -321,7 +321,6 @@ static const struct bit_entry hd_bits[] =
321 {2, S_O(talk_file), 0, "talk file", "off,number,spell" }, 321 {2, S_O(talk_file), 0, "talk file", "off,number,spell" },
322 {1, S_O(talk_menu), true, "talk menu", off_on }, 322 {1, S_O(talk_menu), true, "talk menu", off_on },
323 323
324 /* new stuff to be added at the end */
325 /* If values are just added to the end, no need to bump the version. */ 324 /* If values are just added to the end, no need to bump the version. */
326 {2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" }, 325 {2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" },
327 {2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" }, 326 {2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" },
@@ -330,6 +329,9 @@ static const struct bit_entry hd_bits[] =
330 {9, S_O(mdb_center), 0, "mdb center", NULL}, 329 {9, S_O(mdb_center), 0, "mdb center", NULL},
331 {9, S_O(mdb_shape), 0, "mdb shape", NULL}, 330 {9, S_O(mdb_shape), 0, "mdb shape", NULL},
332 {1, S_O(mdb_enable), 0, "mdb enable", off_on}, 331 {1, S_O(mdb_enable), 0, "mdb enable", off_on},
332 {1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"},
333
334 /* new stuff to be added at the end */
333 335
334 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 336 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
335}; 337};