forked from len0rd/rockbox
The code police strikes back
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12765 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7fe66302ad
commit
e76981c912
1 changed files with 2 additions and 2 deletions
|
|
@ -49,12 +49,12 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
|
|
||||||
btn = rb->button_get(false);
|
btn = rb->button_get(false);
|
||||||
if (btn != BUTTON_NONE && !(btn & BUTTON_REL))
|
if (btn != BUTTON_NONE && !(btn & BUTTON_REL))
|
||||||
goto EndOfProc;
|
goto end_of_proc;
|
||||||
}
|
}
|
||||||
|
|
||||||
roll_credits();
|
roll_credits();
|
||||||
|
|
||||||
EndOfProc:
|
end_of_proc:
|
||||||
/* Restore the values we've changed */
|
/* Restore the values we've changed */
|
||||||
rb->backlight_set_timeout(rb->global_settings->backlight_timeout);
|
rb->backlight_set_timeout(rb->global_settings->backlight_timeout);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue