summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 05138aaa98..9bcdc558a2 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -432,6 +432,7 @@ static const struct bit_entry hd_bits[] =
432 {1, S_O(replaygain_track), false, "replaygain type", "track,album" }, 432 {1, S_O(replaygain_track), false, "replaygain type", "track,album" },
433 {1, S_O(replaygain_noclip), false, "replaygain noclip", off_on }, 433 {1, S_O(replaygain_noclip), false, "replaygain noclip", off_on },
434 {8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL }, 434 {8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL },
435 {2, S_O(beep), 0, "off,weak,moderate,strong", NULL },
435#endif 436#endif
436 437
437 /* If values are just added to the end, no need to bump the version. */ 438 /* If values are just added to the end, no need to bump the version. */