mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Put illustrative switch case back, because it clarifies intention...maybe ;).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28985 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39107956ab
commit
5c2dd0785d
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ static void audio_thread_msg(struct audio_thread_data *td)
|
|||
case TSTATE_INIT:
|
||||
td->state = TSTATE_DECODE;
|
||||
case TSTATE_DECODE:
|
||||
case TSTATE_RENDER_WAIT:
|
||||
break;
|
||||
|
||||
case TSTATE_EOS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue