summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 08e6376694..ea7e303d1d 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -687,6 +687,9 @@ static const struct bit_entry hd_bits[] =
687 687
688 /* If values are just added to the end, no need to bump the version. */ 688 /* If values are just added to the end, no need to bump the version. */
689 /* new stuff to be added at the end */ 689 /* new stuff to be added at the end */
690#ifdef HAVE_RECORDING
691 {2, S_O(rec_trigger_type), 0, "trigger type", "stop,pause,nf stp"},
692#endif
690 693
691 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 694 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
692}; 695};