diff options
| -rw-r--r-- | apps/menus/sound_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c index 9fc10f8..e93d73b 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); &crossfeed, &crossfeed_direct_gain, &crossfeed_cross_gain, &crossfeed_hf_attenuation, &crossfeed_hf_cutoff); -#ifdef HAVE_PIUTCHSCREEN +#ifdef HAVE_PITCHSCREEN static int timestretch_callback(int action,const struct menu_item_ex *this_item) { switch (action) |