forked from len0rd/rockbox
Recorder V1: repair soft shutdown with the new action context handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7675a244b
commit
c897c241d9
1 changed files with 2 additions and 2 deletions
|
@ -1128,10 +1128,10 @@ bool shutdown_screen(void)
|
|||
sys_poweroff();
|
||||
break;
|
||||
|
||||
/* do nothing here, because ACTION_UNKNOWN might be caused
|
||||
/* do nothing here, because ACTION_NONE might be caused
|
||||
* by timeout or button release. In case of timeout the loop
|
||||
* is terminated by TIME_BEFORE */
|
||||
case ACTION_UNKNOWN:
|
||||
case ACTION_NONE:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue