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:
Brandon Low 2006-04-05 20:48:44 +00:00
parent 35d213aec3
commit 6cd6a447e0

View file

@ -722,7 +722,7 @@ static char* get_tag(struct wps_data* wps_data,
break; break;
#if (CONFIG_CODEC == SWCODEC) #if (CONFIG_CODEC == SWCODEC)
case 's': /* Sound (DSP) Settings */ case 'S': /* DSP/Equalizer/Sound settings */
switch (tag[1]) switch (tag[1])
{ {
case 'p': /* pitch */ case 'p': /* pitch */