mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
fix yellow in commit 13a0e58b1c
Change-Id: Id2ec3d0ace5aab9d67aeda54f4cef52d0d111b01
This commit is contained in:
parent
13a0e58b1c
commit
0492021247
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ void gui_usb_screen_run(bool early_usb, intptr_t seqnum)
|
|||
#endif
|
||||
|
||||
struct usb_screen_vps_t usb_screen_vps_ar[NB_SCREENS];
|
||||
struct viewport *title;
|
||||
struct viewport *title = NULL;
|
||||
#if defined HAVE_TOUCHSCREEN
|
||||
enum touchscreen_mode old_mode = touchscreen_get_mode();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue