summaryrefslogtreecommitdiff
path: root/apps/eq_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq_menu.c')
-rw-r--r--apps/eq_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq_menu.c b/apps/eq_menu.c
index b1f458a9e9..6255988fa3 100644
--- a/apps/eq_menu.c
+++ b/apps/eq_menu.c
@@ -678,7 +678,7 @@ static bool eq_save_preset(void)
678 } 678 }
679 679
680 /* TODO: Should we really do this? */ 680 /* TODO: Should we really do this? */
681 fdprintf(fd, "eq enabled: yes\r\n"); 681 fdprintf(fd, "eq enabled: on\r\n");
682 682
683 setting = &global_settings.eq_band0_cutoff; 683 setting = &global_settings.eq_band0_cutoff;
684 684