forked from len0rd/rockbox
Fix yellow: add braces
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19b1fe4e8d
commit
033ed87321
1 changed files with 2 additions and 0 deletions
|
@ -318,7 +318,9 @@ void gui_usb_screen_run(void)
|
||||||
{
|
{
|
||||||
screens[i].backlight_on();
|
screens[i].backlight_on();
|
||||||
if(screen_theme_needs_undo[i])
|
if(screen_theme_needs_undo[i])
|
||||||
|
{
|
||||||
viewportmanager_theme_undo(i);
|
viewportmanager_theme_undo(i);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue