1
0
Fork 0
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:
Jeffrey Goode 2009-12-10 16:21:29 +00:00
parent 19b1fe4e8d
commit 033ed87321

View file

@ -318,8 +318,10 @@ void gui_usb_screen_run(void)
{
screens[i].backlight_on();
if(screen_theme_needs_undo[i])
{
viewportmanager_theme_undo(i);
}
}
}
#endif /* !defined(USB_NONE) */