summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index e885beb302..d777eb1565 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -993,7 +993,7 @@ void settings_apply(bool read_disk)
993 } 993 }
994 994
995 dsp_dither_enable(global_settings.dithering_enabled); 995 dsp_dither_enable(global_settings.dithering_enabled);
996#ifdef HAVE_PITCHSCREEN 996#ifdef HAVE_PITCHCONTROL
997 dsp_timestretch_enable(global_settings.timestretch_enabled); 997 dsp_timestretch_enable(global_settings.timestretch_enabled);
998#endif 998#endif
999 dsp_set_compressor(&global_settings.compressor_settings); 999 dsp_set_compressor(&global_settings.compressor_settings);