summaryrefslogtreecommitdiff
path: root/apps/recorder/peakmeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/peakmeter.c')
-rw-r--r--apps/recorder/peakmeter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c
index 69c5e95893..0e729f6f34 100644
--- a/apps/recorder/peakmeter.c
+++ b/apps/recorder/peakmeter.c
@@ -34,7 +34,7 @@
34#include "peakmeter.h" 34#include "peakmeter.h"
35#include "audio.h" 35#include "audio.h"
36#include "screen_access.h" 36#include "screen_access.h"
37#ifdef CONFIG_BACKLIGHT 37#if CONFIG_BACKLIGHT
38#include "backlight.h" 38#include "backlight.h"
39#endif 39#endif
40#include "action.h" 40#include "action.h"
@@ -1009,7 +1009,7 @@ void peak_meter_draw(struct screen *display, struct meter_scales *scales,
1009 1009
1010#ifdef HAVE_RECORDING 1010#ifdef HAVE_RECORDING
1011 1011
1012#ifdef CONFIG_BACKLIGHT 1012#if CONFIG_BACKLIGHT
1013 /* cliplight */ 1013 /* cliplight */
1014 if ((pm_clip_left || pm_clip_right) && 1014 if ((pm_clip_left || pm_clip_right) &&
1015 global_settings.cliplight && 1015 global_settings.cliplight &&
@@ -1033,7 +1033,7 @@ void peak_meter_draw(struct screen *display, struct meter_scales *scales,
1033 } 1033 }
1034#endif /* HAVE_REMOTE_LCD */ 1034#endif /* HAVE_REMOTE_LCD */
1035 } 1035 }
1036#endif /*CONFIG_BACKLIGHT */ 1036#endif /* CONFIG_BACKLIGHT */
1037 1037
1038 if (trig_status != TRIG_OFF) { 1038 if (trig_status != TRIG_OFF) {
1039 int start_trigx, stop_trigx, ycenter; 1039 int start_trigx, stop_trigx, ycenter;