summaryrefslogtreecommitdiff
path: root/apps/menus/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/sound_menu.c')
-rw-r--r--apps/menus/sound_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c
index 9fc10f88b8..e93d73b7ed 100644
--- a/apps/menus/sound_menu.c
+++ b/apps/menus/sound_menu.c
@@ -104,7 +104,7 @@ MENUITEM_SETTING(depth_3d, &global_settings.depth_3d, NULL);
104 &crossfeed, &crossfeed_direct_gain, &crossfeed_cross_gain, 104 &crossfeed, &crossfeed_direct_gain, &crossfeed_cross_gain,
105 &crossfeed_hf_attenuation, &crossfeed_hf_cutoff); 105 &crossfeed_hf_attenuation, &crossfeed_hf_cutoff);
106 106
107#ifdef HAVE_PIUTCHSCREEN 107#ifdef HAVE_PITCHSCREEN
108static int timestretch_callback(int action,const struct menu_item_ex *this_item) 108static int timestretch_callback(int action,const struct menu_item_ex *this_item)
109{ 109{
110 switch (action) 110 switch (action)