summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 9aea011d31..af4f9904ec 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -476,11 +476,11 @@ void quick_screen_quick_apply(struct gui_quickscreen *qs)
476 476
477bool quick_screen_quick(int button_enter) 477bool quick_screen_quick(int button_enter)
478{ 478{
479 bool res, oldrepeat, oldshuffle; 479 bool res, oldshuffle;
480 struct option_select left_option; 480 struct option_select left_option;
481 struct option_select bottom_option; 481 struct option_select bottom_option;
482 struct option_select right_option; 482 struct option_select right_option;
483 int old_x_margin, old_y_margin; 483 int oldrepeat, old_x_margin, old_y_margin;
484 484
485 old_x_margin = lcd_getxmargin(); 485 old_x_margin = lcd_getxmargin();
486 old_y_margin = lcd_getymargin(); 486 old_y_margin = lcd_getymargin();