1
0
Fork 0
forked from len0rd/rockbox

Fix build reds caused by typos.

Change-Id: I71cdca3b6e73e29d487e0c6d02a69a31dcf3e6bf
This commit is contained in:
Thomas Martitz 2014-03-18 12:31:09 +01:00
parent 6f2726e79a
commit ea9621c018

View file

@ -438,7 +438,7 @@ bool quick_screen_quick(int button_enter)
bool quick_screen_f3(int button_enter)
{
struct gui_quickscreen qs;
bool usb = false:
bool usb = false;
qs.items[QUICKSCREEN_TOP] = NULL;
qs.items[QUICKSCREEN_LEFT] =
find_setting(&global_settings.scrollbar, NULL);
@ -451,7 +451,7 @@ bool quick_screen_f3(int button_enter)
NULL;
#endif
qs.callback = NULL;
if (gui_syncquickscreen_run(&qs, button_enter), &usb)
if (gui_syncquickscreen_run(&qs, button_enter, &usb))
{
settings_save();
settings_apply(false);