summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index bed88c82ea..05965b3119 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -438,8 +438,8 @@ struct user_settings
438 int rec_stop_gap; /* index of trig_durations */ 438 int rec_stop_gap; /* index of trig_durations */
439 int rec_trigger_mode; /* see TRIG_MODE_XXX constants */ 439 int rec_trigger_mode; /* see TRIG_MODE_XXX constants */
440 int rec_trigger_type; /* what to do when trigger released */ 440 int rec_trigger_type; /* what to do when trigger released */
441#ifdef HAVE_RECORDING_HISTOGRAM 441#ifdef HAVE_HISTOGRAM
442 int rec_histogram_interval; /* recording peakmeter histogram */ 442 int histogram_interval; /* recording peakmeter histogram */
443#endif 443#endif
444 444
445#ifdef HAVE_AGC 445#ifdef HAVE_AGC