summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-03-18 12:31:09 +0100
committerThomas Martitz <kugel@rockbox.org>2014-03-18 12:31:09 +0100
commitea9621c0183cb66ae8869e41762b2de113b49b56 (patch)
tree0b1f51bd32d2f7d19bc7dda56d4dc9c0e946e6bd /apps/gui/quickscreen.c
parent6f2726e79a84e51a53390c6d1d2966a6c26434af (diff)
downloadrockbox-ea9621c0183cb66ae8869e41762b2de113b49b56.tar.gz
rockbox-ea9621c0183cb66ae8869e41762b2de113b49b56.zip
Fix build reds caused by typos.
Change-Id: I71cdca3b6e73e29d487e0c6d02a69a31dcf3e6bf
Diffstat (limited to 'apps/gui/quickscreen.c')
-rw-r--r--apps/gui/quickscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index 908e1183f2..406d969b37 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -438,7 +438,7 @@ bool quick_screen_quick(int button_enter)
438bool quick_screen_f3(int button_enter) 438bool quick_screen_f3(int button_enter)
439{ 439{
440 struct gui_quickscreen qs; 440 struct gui_quickscreen qs;
441 bool usb = false: 441 bool usb = false;
442 qs.items[QUICKSCREEN_TOP] = NULL; 442 qs.items[QUICKSCREEN_TOP] = NULL;
443 qs.items[QUICKSCREEN_LEFT] = 443 qs.items[QUICKSCREEN_LEFT] =
444 find_setting(&global_settings.scrollbar, NULL); 444 find_setting(&global_settings.scrollbar, NULL);
@@ -451,7 +451,7 @@ bool quick_screen_f3(int button_enter)
451 NULL; 451 NULL;
452#endif 452#endif
453 qs.callback = NULL; 453 qs.callback = NULL;
454 if (gui_syncquickscreen_run(&qs, button_enter), &usb) 454 if (gui_syncquickscreen_run(&qs, button_enter, &usb))
455 { 455 {
456 settings_save(); 456 settings_save();
457 settings_apply(false); 457 settings_apply(false);