diff options
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r-- | apps/sound_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c index c75b527db7..74618b1348 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c | |||
@@ -430,7 +430,7 @@ static bool reconstartup(void) | |||
430 | &global_settings.rec_startup); | 430 | &global_settings.rec_startup); |
431 | } | 431 | } |
432 | 432 | ||
433 | #ifdef CONFIG_BACKLIGHT | 433 | #if CONFIG_BACKLIGHT |
434 | static bool cliplight(void) | 434 | static bool cliplight(void) |
435 | { | 435 | { |
436 | static const struct opt_items names[] = { | 436 | static const struct opt_items names[] = { |
@@ -941,7 +941,7 @@ bool recording_menu(bool no_source) | |||
941 | { ID2P(LANG_RECORD_PRERECORD_TIME), recprerecord }, | 941 | { ID2P(LANG_RECORD_PRERECORD_TIME), recprerecord }, |
942 | { ID2P(LANG_RECORD_DIRECTORY), recdirectory }, | 942 | { ID2P(LANG_RECORD_DIRECTORY), recdirectory }, |
943 | { ID2P(LANG_RECORD_STARTUP), reconstartup }, | 943 | { ID2P(LANG_RECORD_STARTUP), reconstartup }, |
944 | #ifdef CONFIG_BACKLIGHT | 944 | #if CONFIG_BACKLIGHT |
945 | { ID2P(LANG_CLIP_LIGHT), cliplight }, | 945 | { ID2P(LANG_CLIP_LIGHT), cliplight }, |
946 | #endif | 946 | #endif |
947 | { ID2P(LANG_RECORD_TRIGGER), rectrigger }, | 947 | { ID2P(LANG_RECORD_TRIGGER), rectrigger }, |