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:
Jens Arnold 2007-07-22 13:08:00 +00:00
parent f7675a244b
commit c897c241d9

View file

@ -1128,10 +1128,10 @@ bool shutdown_screen(void)
sys_poweroff(); sys_poweroff();
break; 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 * by timeout or button release. In case of timeout the loop
* is terminated by TIME_BEFORE */ * is terminated by TIME_BEFORE */
case ACTION_UNKNOWN: case ACTION_NONE:
break; break;
default: default: