Fix buggy WPS change from earlier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
35d213aec3
commit
6cd6a447e0
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ static char* get_tag(struct wps_data* wps_data,
|
|||
break;
|
||||
|
||||
#if (CONFIG_CODEC == SWCODEC)
|
||||
case 's': /* Sound (DSP) Settings */
|
||||
case 'S': /* DSP/Equalizer/Sound settings */
|
||||
switch (tag[1])
|
||||
{
|
||||
case 'p': /* pitch */
|
||||
|
|
Loading…
Reference in a new issue